write the following python statements:-
1. assign the value of the variable num1 to the variable z
Answers
Answered by
0
num1 = "This is a Value"
z = "this is a string value"
Answered by
0
Answer:
num1 =this is a value
z=this is a string value
Similar questions