• Courses
  • Code Compiler
  • Discuss
  • Pricing
  • Teams
Menu
0

How to reverse a number of length n,using python?????

shubhankar
18th Mar 2020, 5:27 PM
Shubhankar Bajpai
Shubhankar Bajpai - avatar
4 Answers
+ 1
number = 1234 a = int(str(number)[::-1]) print(a) print(type(a))
18th Mar 2020, 9:33 PM
rodwynnejones
rodwynnejones - avatar
+ 1
https://code.sololearn.com/cLlpy6LK64Gc/?ref=app
19th Mar 2020, 4:39 AM
J Santhosh Kumar
J Santhosh Kumar - avatar
0
?? What does this second line means
19th Mar 2020, 3:17 AM
Shubhankar Bajpai
Shubhankar Bajpai - avatar

Often have questions like this?

Learn more efficiently, for free:

  • Introduction to Python

    7.1M learners

  • Introduction to Java

    4.7M learners

  • Introduction to C

    1.5M learners

  • Introduction to HTML

    7.5M learners

See all courses
Hot today
ŠžŃˆŠøŠ±ŠŗŠ° в приложении Sololearn
1 Votes
Is anyone else experiencing this Sololearn issue?
0 Votes
NEO V2.0
1 Votes
Sololearn course
1 Votes
Best language?
0 Votes
solo learn program issue - iPhone?
1 Votes
How do I keep myself motivated in coding
0 Votes
Is it possible to write Rust code that is as compact and expressive as Python?
0 Votes
I am learning javascript intrmdt but when I play a code challenge. The app is givin me comlecated questions with less time.why?
0 Votes
Learn - multiple choice course questions display in one box making it impossible to continue
1 Votes