問題タブ [rot13]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python-2.7 - Python 2.7.4、これが機能しない理由を誰か知っていますか?
次のコードは、私の演習の 1 つが件名を渡すためのものです。
これは私のコードです:
rot13=raw_input("Please write your text! ")
これは、ユーザーにテキストを要求する場所です
for i in range(len(rot13)):
この部分では、for を使用してテキストを 1 文字ずつチェックします。
print rot13
これが機能しない理由を誰かが知っていますか? エンコードでやりたくない。