Computer Science, asked by surajsaxenajaipur, 2 months ago

x=1234
while x//10
x=x//10
print (x)
in computer science​

Answers

Answered by purveshKolhe
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