入力のエラーをチェックするためにPython 3にこのコードがありますが、入力が整数であることを確認し、エラーメッセージを出力しない場合は判断する必要があります。
whileループのコードを理解するのを手伝ってくれる人はいますか。ありがとう
price = 110;
ttt = 1;
while price < 0 or price > 100:
price = input('Please enter your marks for Maths:');
ttt =ttt +1;
if ttt >= 2:
print( 'This is an invalid entry, Please enter a number between 0 and 100')