We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
height = 176 weight = 64 height_m = height / 100 bmi = weight / (height_m * height_m) print "BMIは", bmi
を、下記のように日本語変数名を使って書けるといい
身長 = 176 体重 = 64 身長m = 身長 / 100 bmi = 体重 / (身長m * 身長m)
どう定義するか? 全角アルファベット、全角数字の扱いをどうするか?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
を、下記のように日本語変数名を使って書けるといい
どう定義するか?
全角アルファベット、全角数字の扱いをどうするか?
The text was updated successfully, but these errors were encountered: