Jupyter Notebookで思いもよらない罠にハマった話
722 ワード
Pythonで否定が!
じゃないことを忘れていて書いた俺も悪いんだけどさ。さすがに、こんなんなると思わないじゃないですか。
問題: Jupyter Notebookでの実行結果を予想せよ
a = !True
if a:
print(a)
答え:
a = !True
if a:
print(a)
['/bin/bash: 行 1: True: コマンドが見つかりません']
(ノ`´)ノミ┻┻
Author And Source
この問題について(Jupyter Notebookで思いもよらない罠にハマった話), 我々は、より多くの情報をここで見つけました https://qiita.com/gyu-don/items/cffaaefd752a75755605著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .