Создать симбиоз двух кодов: b=a=int(input(' Введите целое число '))
while (a!=0):
b=b*10+a%10
a//=10
print(b)

c=b=a=int(input(' Введите целое число '))
while (a!=0):
b*=10
a//=10
b+=c
print(b)
------------------------
чтобы если при введени 125
выдавало 521125
И пожалуйста бе использования таких вещей как abs, reversed() и тд
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Copyright © 2024 SCHOLAR.TIPS - All rights reserved.