http://gitea.codecfn6joqlr6fiwxdreztojh563y33zpymvdn6zkxk2gtnggh6g5id.onion/winneratwin/homework/commit/988d3876255a210050acf7f93c6da7e50b84b8be
BIN week 4/Multiply.vsd Normal file View File Binary file not shown. 1 week 4/Observation Task for iteration.md Normal file Unescape Escape View File @ -0,0 +1 @@ files: Skill Check 3-Iteration _Loops.doc 59 week 4/Observation Task for iteration.py Normal file Unescape Escape View File @ -0,0 +1,59 @@ import os from time import sleep def int_input ( text ) : while True : try : user_input = int ( input ( text ) ) return user_input except Exception : print ( " error " ) else : break def screen_clear ( ) : #...