Question: in python programming answer the questions about variables Create a variable a . Assign it the value 32 A=32 Create a variable b . Assign
in python programming answer the questions about variables
| Create a variable a. Assign it the value 32 | A=32 |
| Create a variable b. Assign it the value 54 |
|
| Create a variable c. Assign it the value -21 |
|
| Create a variable age. Assign it the value 22 |
|
| Create a variable temp. Assign it the value 65.0 |
|
| Create a variable price. Assign it the value 24.99 |
|
| Create a variable name. Assign it the value 'Susan' |
|
| Create a variable numberOfPets. Assign it the value 4 |
|
| Create a variable isSunny. Assign it the value True |
|
| Create a variable gameOver. Assign it the value False |
|
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
