Computer Science, asked by pushkal33, 5 months ago

Which of the following option will not result in an error when performed on type in Python [1]

Where tp = ( 5,2,7,0,3 ) ?

(a) tp[1] = 2 (b) tp . append(2) (c) tp1 = tp + tp (d) tp . sum( )​

Answers

Answered by Aneswak
1

Answer:

option C

Explanation:

We know that, tuples are immutable, that is, you vant change its value so Option A is wrong.

We know that tuples doesnot have append and sum functions so they will result in a error.

Answered by vinod04jangid
0

Answer:

Option c) tp1 = tp + tp

Explanation:

In general, it takes round  to 6 months to examine the basics of Python. But you could examine sufficient to put in writing your first quick application in a count of minutes. Developing mastery of Python’s widespread array of libraries can take months or years.

How lengthy it takes you to examine Python will rely upon numerous elements, which includes how tons Python you want to realize to gain your favored goal. If you need to examine sufficient Python to automate a particular challenge at work, for example, you could possibly gain that greater speedy than in case you desired to examine sufficient Python to get a process as a facts analyst. Here are a few different elements which can affect how speedy you choose up Python:

Previous programming experience: If you’ve written code before, you can locate which you choose up Python greater speedy.

Learning method: Well-based publications in keeping with your desires can once in a while boost up your getting to know.

Time committed to getting to know: How tons time are you able to dedicate to getting to know and practising Python? Generally, it’s an amazing concept to devote a bit time each day.

Computer Science with Python Textbook and Practical Book for Class 12, 1. Python Revision Tour

https://brainly.in/textbook-solutions/q-following-valid-operators-python-i-ii-iii

What do you mean by keywords in python. write the name of four keywords of python.​

https://brainly.in/question/8299234?msp_srt_exp=6

#spj3

Similar questions