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
Code Author: @kumbikumbiSIC Knock Number: 00 print()で改行しないってこうやってやるんすね。初めて知った。 あと、方法1と近くなっちゃうかもしれないけど、わざわざlen()から引かないでprint(msg[-(i+1)], end="")の方がスマートかも。
print()
len()
print(msg[-(i+1)], end="")
100knock/kumbikumbiSIC/00.py
Line 13 in 2f091f4
The text was updated successfully, but these errors were encountered:
https://www.lifewithpython.com/2013/12/python-print-without-.html これを参考にしました。
そっち方が絶対いいですね、まだ配列に負の値を使う発想がスッと出てこない…
Sorry, something went wrong.
すみません、間違えてクローズしました。
修正しました。
配列とか、スライスをずっと使ってると、慣れてくると思うよー
No branches or pull requests
Code Author: @kumbikumbiSIC
Knock Number: 00
print()
で改行しないってこうやってやるんすね。初めて知った。あと、方法1と近くなっちゃうかもしれないけど、わざわざ
len()
から引かないでprint(msg[-(i+1)], end="")
の方がスマートかも。100knock/kumbikumbiSIC/00.py
Line 13 in 2f091f4
The text was updated successfully, but these errors were encountered: