x3omdax / PenBox

PenBox - A Penetration Testing Framework - The Tool With All The Tools , The Hacker's Repo
https://www.facebook.com/CEH.TN
Other
464 stars 195 forks source link

query yes / no #3

Closed x3omdax closed 8 years ago

x3omdax commented 8 years ago

instead of this part of code i want a yes or no question and answer :) any solutions ? print("1 to accept / 0 to decline") choicecupp = input("1/0 :") choicecupp= int(choicecupp) if choicecupp ==1: os.system("git clone https://github.com/Mebus/cupp.git");os.system("cd cupp") elif choicecupp ==0: