Computer Science, asked by subhammukherjee923, 13 hours ago

write the following python statements:-

1. assign the value of the variable num1 to the variable z​

Answers

Answered by aditya246345
0

num1 = "This is a Value"

z = "this is a string value"

Answered by muskanshokeen4989
0

Answer:

num1 =this is a value

z=this is a string value

Similar questions