Advertisement
lenyaplay

Untitled

Sep 27th, 2021
1,159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.16 KB | None | 0 0
  1. x = int(input("Vvedite chislo"))
  2. n = int(input("Vvedite stepen"))
  3. print("Nachinaetcya")
  4. for stepen in range(0, n+1):
  5.     print("n:",stepen," x:",x**stepen)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement