Computer Science, asked by narayanprateek7, 5 months ago

python can can not be used as variable​

Answers

Answered by anshikaawashti
0

Answer:

the previous tutorial on Basic Data Types in Python, you saw how values of various Python data types can be created. But so far, all the values shown have been literal or constant values:

If you’re writing more complex code, your program will need data that can change as program execution proceeds.

Here’s what you’ll learn in this tutorial: You will learn how every item of data in a Python program can be described by the abstract term object, and you’ll learn how to manipulate objects using symbolic names called variables.

Explanation:

I hope you Mark as a brainlist answer

Similar questions