x=1234
while x//10
x=x//10
print (x)
in computer science
Answers
Answered by
3
Answer:
Hey your program is wrong because in many programming languages, // is used for comments. Do you mean / in the place of //
Similar questions