mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 04:53:36 +01:00
created survey.py
...
This commit is contained in:
parent
a7f89616b7
commit
dc3093520e
1 changed files with 7 additions and 0 deletions
7
survey.py
Normal file
7
survey.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
import sys
|
||||
var = int(input("Do you use linux y/n"))
|
||||
if var == "y":
|
||||
print("thanks :)")
|
||||
if var == "n":
|
||||
print("you should :<")
|
||||
sys.exit()
|
Loading…
Reference in a new issue