為什么我輸入這個(gè),右邊輸出是空白
num = 3.1415926
str1 = 'Learn Python in imooc.'
zshu = 100
twojinzhi = 0b1101
print(type (num))
print(type (str1))
print(type (zshu))
print(type (twojinzhi))
num = 3.1415926
str1 = 'Learn Python in imooc.'
zshu = 100
twojinzhi = 0b1101
print(type (num))
print(type (str1))
print(type (zshu))
print(type (twojinzhi))
2025-10-20
舉報(bào)
2025-10-20
慕課網(wǎng)的bug,希望官方可修復(fù)。
我在vscode中驗(yàn)證成功。