Skip to content

Commit

Permalink
Basic
Browse files Browse the repository at this point in the history
  • Loading branch information
SanjanaPurbia authored Jul 21, 2021
1 parent 78f6ba4 commit ab1abe1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions largeNo.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
l = int(input("Enter number (grater than three digit number):-"))
if l >=3:
k = str(l)
k = int(k[-2])
print(k)
else:
print("Number have less than three digit")

0 comments on commit ab1abe1

Please sign in to comment.