Get link Facebook X Pinterest Email Other Apps March 29, 2022 GUESS GAME🎮🎲secret_word = ("utkarsh")guess = ""while guess != secret_word: guess = input("enter the guess: ")print("You Win") Get link Facebook X Pinterest Email Other Apps Comments AyushMarch 30, 2022 at 1:33 AMBadaiya guruReplyDeleteRepliesReplyAdd commentLoad more... Post a Comment
March 29, 2022 WHILE LOOP➰ i = 1 while i <= 10 : print (i) i += 1 print ( "done with loop" ) Read more
Badaiya guru
ReplyDelete