Advertisement
hakonhagland

Simple Python script

Dec 9th, 2021
1,024
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.07 KB | None | 0 0
  1. x = input("Oppgi et heltall: ")
  2. print("Du oppgav tallet: {}".format(x))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement