http://gitea.codecfn6joqlr6fiwxdreztojh563y33zpymvdn6zkxk2gtnggh6g5id.onion/winneratwin/homework/commit/8f2ecd22687b35600f3443b0d51ae98b45de7572
" ) 13 week 5/condloop.py Normal file Unescape Escape View File @ -0,0 +1,13 @@ print ( " Hello, I am Marvin, your personal bot " ) print ( " What can I do for you today? " ) finished = False counter = 0 #this is a boolean flag that will tell us to carry on, or kill, the loop while not finished : counter = counter + 1 print ( " This is the body of the loop " ) print ( " Do you want to add, subtract, multiply or divide?