Comment on: Learning the ultimate basics of Python, need help with one problem
0 23 Oct 2019 22:36 u/WillisJaxson in v/programmingComment on: Learning the ultimate basics of Python, need help with one problem
if a==1 and b==9 and c==3 and d==8: print("FUCK") else: print("wrong passcode")
nice. thanks