Guest User

Untitled

a guest
Jun 18th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.14 KB | None | 0 0
  1. >>> def palindrome(n):
  2.     for n in range (0,10):
  3.         for x in range (0,10):
  4.             if n>0:
  5.                 print (100*n)+n+(10*x)
  6.             if n==0:
  7.                 print x
Add Comment
Please, Sign In to add comment