x , y , z = 4, 5, “python”, Write the values for the variables x,y and z
Answers
Answered by
0
Answer:
x = 4
y= 5
z = "python" //string
print(x,y,z)
Similar questions