机器人
积分排行榜
Scratch
积分排行榜
Python
在线答题
积分排行榜
活跃排行榜
打字练习
Microbit
C++
在线答题
积分排行榜
活跃排行榜
网盘
积分
未登录
未登录
登录学习
作者:
陈果
更新时间:
2025-07-20 12:00
浏览:
28次
点赞:
0次
热度:
20
Python 3.8.5 (tags/v3.8.5:580fbb0, Jul 20 2020, 15:57:54) [MSC v.1924 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license()" for more information. >>> ====================== RESTART: C:/Users/03/dwfg.py ===================== >>> 123 123 >>> ====================== RESTART: C:/Users/03/dwfg.py ===================== 1大 >>> 1235=12 SyntaxError: cannot assign to literal >>> 12+12=12 SyntaxError: cannot assign to operator >>> ====================== RESTART: C:/Users/03/dwfg.py ===================== 5大 7 >>> 4=2+2 SyntaxError: cannot assign to literal >>> 4==2+2 True >>> qwdfghh Traceback (most recent call last): File "
", line 1, in
qwdfghh NameError: name 'qwdfghh' is not defined >>> dfghjg Traceback (most recent call last): File "
", line 1, in
dfghjg NameError: name 'dfghjg' is not defined >>> asmnbvc Traceback (most recent call last): File "
", line 1, in
asmnbvc NameError: name 'asmnbvc' is not defined >>> uhjyjjjjjjjjkijjjj Traceback (most recent call last): File "
", line 1, in
uhjyjjjjjjjjkijjjj NameError: name 'uhjyjjjjjjjjkijjjj' is not defined >>> tgggggggftg Traceback (most recent call last): File "
", line 1, in
tgggggggftg NameError: name 'tgggggggftg' is not defined >>> jk Traceback (most recent call last): File "
", line 1, in
jk NameError: name 'jk' is not defined >>> ====================== RESTART: C:/Users/03/dwfg.py ===================== 5大 7 9大 >>> ====================== RESTART: C:/Users/03/dwfg.py ===================== 5大 7 9大 >>> n+1 Traceback (most recent call last): File "
", line 1, in
n+1 NameError: name 'n' is not defined >>> ====================== RESTART: C:/Users/03/dwfg.py ===================== 5大 7 9大 >>> ====================== RESTART: C:/Users/03/dwfg.py ===================== 9大 >>> ====================== RESTART: C:/Users/03/dwfg.py ===================== 9大 >>> ========================= RESTART: C:/Users/03/dwfg.py ========================= 9大 >>> >>> hdxnfhaudscjj7 Traceback (most recent call last): File "
", line 1, in
hdxnfhaudscjj7 NameError: name 'hdxnfhaudscjj7' is not defined >>> ijh6kkiyhh Traceback (most recent call last): File "
", line 1, in
ijh6kkiyhh NameError: name 'ijh6kkiyhh' is not defined >>> gyl,kikjhihiujtgujthujt5gijijhnug Traceback (most recent call last): File "
", line 1, in
gyl,kikjhihiujtgujthujt5gijijhnug NameError: name 'gyl' is not defined >>> print hgsdrtgfhu SyntaxError: Missing parentheses in call to 'print'. Did you mean print(hgsdrtgfhu)? >>> print ed SyntaxError: Missing parentheses in call to 'print'. Did you mean print(ed)? >>> print Ae SyntaxError: Missing parentheses in call to 'print'. Did you mean print(Ae)? >>> print(hfj) Traceback (most recent call last): File "
", line 1, in
print(hfj) NameError: name 'hfj' is not defined >>> bnnnm vv cbnm,. SyntaxError: unexpected indent >>> >>> gh SyntaxError: unexpected indent >>> kuiji Traceback (most recent call last): File "
", line 1, in
kuiji NameError: name 'kuiji' is not defined >>> print
>>> 1+0==9 False >>> vbn SyntaxError: unexpected indent >>> qw Traceback (most recent call last): File "
", line 1, in
qw NameError: name 'qw' is not defined >>> qwertyuiop[]\ SyntaxError: invalid syntax >>> XCVB Traceback (most recent call last): File "
", line 1, in
XCVB NameError: name 'XCVB' is not defined >>> ashh Traceback (most recent call last): File "
", line 1, in
ashh NameError: name 'ashh' is not defined >>> as SyntaxError: invalid syntax >>> import turtle >>> print('turtle') turtle >>> ============================== RESTART: C:/Users/03/dwfg.py ============================= 12大 ============================== RESTART: C:/Users/03/dwfg.py ============================= gj Traceback (most recent call last): File "C:/Users/03/dwfg.py", line 10, in
n=int(input()) ValueError: invalid literal for int() with base 10: 'gj' >>> ============================== RESTART: C:/Users/03/dwfg.py ============================= 12大 Traceback (most recent call last): File "C:/Users/03/dwfg.py", line 10, in
n=int(input()) ValueError: invalid literal for int() with base 10: '' >>> print('uhfjffkzdfgyghtgbghfrdffuyfdyhdsvsd') uhfjffkzdfgyghtgbghfrdffuyfdyhdsvsd >>> ============================== RESTART: C:/Users/03/dwfg.py ============================= 12大 ============================== RESTART: C:/Users/03/dwfg.py ============================= 12大 101 A >>> ============================== RESTART: C:/Users/03/dwfg.py ============================= 12大 91 B >>> ============================== RESTART: C:/Users/03/dwfg.py ============================= 12大 81 C >>> ============================== RESTART: C:/Users/03/dwfg.py ============================= 12大 21 D >>> >>> okkvhihiijjfrjjrtfgghiffhiiriwrhw Traceback (most recent call last): File "
", line 1, in
okkvhihiijjfrjjrtfgghiffhiiriwrhw NameError: name 'okkvhihiijjfrjjrtfgghiffhiiriwrhw' is not defined >>> hbrvg Traceback (most recent call last): File "
", line 1, in
hbrvg NameError: name 'hbrvg' is not defined >>> j Traceback (most recent call last): File "
", line 1, in
j NameError: name 'j' is not defined >>> j Traceback (most recent call last): File "
", line 1, in
j NameError: name 'j' is not defined >>> j Traceback (most recent call last): File "
", line 1, in
j NameError: name 'j' is not defined >>> j Traceback (most recent call last): File "
", line 1, in
j NameError: name 'j' is not defined >>> j Traceback (most recent call last): File "
", line 1, in
j NameError: name 'j' is not defined >>> j Traceback (most recent call last): File "
", line 1, in
j NameError: name 'j' is not defined >>> j Traceback (most recent call last): File "
", line 1, in
j NameError: name 'j' is not defined >>> o; Traceback (most recent call last): File "
", line 1, in
o; NameError: name 'o' is not defined >>> l Traceback (most recent call last): File "
", line 1, in
l NameError: name 'l' is not defined >>> p; Traceback (most recent call last): File "
", line 1, in
p; NameError: name 'p' is not defined >>> p; Traceback (most recent call last): File "
", line 1, in
p; NameError: name 'p' is not defined >>> >>> ; SyntaxError: invalid syntax >>> ; SyntaxError: invalid syntax >>> l Traceback (most recent call last): File "
", line 1, in
l NameError: name 'l' is not defined >>> l; Traceback (most recent call last): File "
", line 1, in
l; NameError: name 'l' is not defined >>> p Traceback (most recent call last): File "
", line 1, in
p NameError: name 'p' is not defined >>> [ pp'jhiyigkkkkkkkkkkkkkk SyntaxError: EOL while scanning string literal >>> lh;'hl'hl SyntaxError: invalid syntax >>> op Traceback (most recent call last): File "
", line 1, in
op NameError: name 'op' is not defined >>> o Traceback (most recent call last): File "
", line 1, in
o NameError: name 'o' is not defined >>> p]o\; SyntaxError: unmatched ']' >>> l; Traceback (most recent call last): File "
", line 1, in
l; NameError: name 'l' is not defined >>> ; SyntaxError: invalid syntax >>> ; SyntaxError: invalid syntax >>> ;l\ SyntaxError: invalid syntax >>> >>> j Traceback (most recent call last): File "
", line 1, in
j NameError: name 'j' is not defined >>> j Traceback (most recent call last): File "
", line 1, in
j NameError: name 'j' is not defined j >>> >>> j Traceback (most recent call last): File "
", line 1, in
j NameError: name 'j' is not defined j >>> j Traceback (most recent call last): File "
", line 1, in
j NameError: name 'j' is not defined j >>> >>> j Traceback (most recent call last): File "
", line 1, in
j NameError: name 'j' is not defined >>> j Traceback (most recent call last): File "
", line 1, in
j NameError: name 'j' is not defined >>> >>> j Traceback (most recent call last):j File "
", line 1, in
j NameError: name 'j' is not defined >>> >>> j j >>> j >>> j >>> j Traceback (most recent call last): File "
", line 1, in
j NameError: name 'j' is not defined j >>> j >>> j >>> j >>> >>> j Traceback (most recent call last): File "
", line 1, in
j NameError: name 'j' is not defined >>> jj Traceback (most recent call last): File "
", line 1, in
jj NameError: name 'jj' is not defined >>> >>> j Traceback (most recent call last): File "
", line 1, in
j NameError: name 'j' is not defined >>> >>> jtyjgjgjjgjgjjgjgjgjgjjgjgjgjggj Traceback (most recent call last): File "
", line 1, in
jtyjgjgjjgjgjjgjgjgjgjjgjgjgjggj NameError: name 'jtyjgjgjjgjgjjgjgjgjgjjgjgjgjggj' is not defined >>> jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj Traceback (most recent call last): File "
", line 1, in
jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj NameError: name 'jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj' is not defined >>> 1 1 >>> fvygthgxsdj7d Traceback (most recent call last): File "
", line 1, in
fvygthgxsdj7d NameError: name 'fvygthgxsdj7d' is not defined >>> hlg,f Traceback (most recent call last): File "
", line 1, in
hlg,f NameError: name 'hlg' is not defined >>> 11111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111 11111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111 >>> 121211111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111 121211111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111 >>> ees Traceback (most recent call last): File "
", line 1, in
ees NameError: name 'ees' is not defined >>> ============================== RESTART: C:/Users/03/dwfg.py ============================= 12大 12 D False >>>
点赞成功
分享作品
×