Question: Look at the following assignment statements: value1 = 99 value2 = 45.9 value3 = 7.0 value4 = 7 value5 = 'abc' After these statements execute,
Look at the following assignment statements:
value1 = 99
value2 = 45.9
value3 = 7.0
value4 = 7
value5 = 'abc'
After these statements execute, what is the Python data type of the values referenced by each variable?
Step by Step Solution
3.39 Rating (174 Votes )
There are 3 Steps involved in it
value1 will reference an int v... View full answer
Get step-by-step solutions from verified subject matter experts
