Advertisement
Jorell_Ramos_Sinaga

Untitled

Dec 18th, 2021
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. n= int(input())
  2. for i in range(1,n+1):
  3. if(i%2==0):
  4. print("{}^{} = {}".format(i,2,pow(i,2)))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement