Mind game python my first project
#-*-coding:utf8;-*-
#qpy:console
print ("This is console module")
print ("hey guys now we start a game")
print ("pls enter same no to stat the game")
s = int(input())
print ("now we start it")
print ("this game is like i will tell you which no you have pickup in your mind")
print ("game name is 'mind game'")
print (" pls enter some number to start the game")
sn = int(input())
print ("pick any no in your mind pls don't tell me what no is that")
print ("now pls enter some number to start")
ssn = int(input())
print (" now multiply that no by 2, which you dicide in your mind")
print ("pls enter some number again to carry the game again")
ssnn = int(input())
print ("now add 70 to the total of your no")
print ("pls enter some no to get next step of our game")
ssnnn = int(input())
print ("now divide that no by 2 which is in your mind")
print (" pls enter again some no start the game more")
ssnnnn = int(input())
print ("now subtract that no that you picked in your mind")
print (" now here is your answer,this is the value that you have picked you i. your mind")
print (" but for the know you answer pls enter some number agian")
ssssnnnn = int(input())
print (" and answer is 35")
Comments
Post a Comment