Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
107963 伍长辉 12for循环练习II Python3 Compile Error 0 MS 0 KB 96 2025-01-19 09:54:46

Tests(0/0):


Code:

i,j=input().split() i=int(i) j=int(j) while True: if i>j: break print(i) i=i+1


Run Info:

Sorry: TabError: inconsistent use of tabs and spaces in indentation (Main.py, line 7)