Computer Science, asked by p130550, 18 days ago

x , y , z = 4, 5, “python”, Write the values for the variables x,y and z

Answers

Answered by harakdinkar
0

Answer:

x = 4

y= 5

z = "python" //string

print(x,y,z)

Similar questions