Curated developer articles, tutorials, and guides � auto-updated hourly
task -1: no = 1234 while no >0: if no >=10: print(no % 100) no = no//10 ...