GiaDieu_pymihcm1708_ex3_7

Run Settings
LanguagePython
Language Version
Run Command
def solve(num): newList = [] if num > 100: return 'lineException' else: for i in range(0,num+1): if i % 5 == 0: newList.append(i) for j in range(1,len(newList)): Tuple = (str(newList[j])+ ' == ' + str(j)+' * 5') print(Tuple) print(solve(100))
Editor Settings
Theme
Key bindings
Full width
Lines