Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Sage mathsを使用すると、生徒向けにマルチユーザーのPythonスクリプトサイトを簡単に立ち上げることができます。つまり、ユーザー入力をスクリプトに取り込む方法がわかりません。すなわちのような行
guess = int(raw_input('Take a guess: '))
これはsage-mathsでは不可能ですか?
テキストのみのインタラクションですか?または@interactを使用できますか? 賢者の数学は相互作用します