こんにちはー。かなりお久しぶりです。今日の話はPythonのスクリプト外から引数として引用する話です。 のような形です。このinput()が出るたびにPythonはその場でストップして入れるものを聞いてきます。何かしら入れないと先には進みませんので注意。
# Prog01: Create a program that ask user to input 2 numbers. Print the bigger number.
#swapping the numbers by using temporary variable a=int(input("enter the number")) b=int(input("enter the number")) temp=a a=b b=temp print("after swapping the ...
現在アクセス不可の可能性がある結果が表示されています。
アクセス不可の結果を非表示にする