Today’s Replit post is about Day 3. I learned about concatenation. By using the comma “,” in the print statement, we can combine strings and variables by using it as a marker. This concatenation can be done between strings, strings and variables, and variables themselves. If we need to print different sentences based on a condition, like in today’s challenge, we can use input statements to receive variables and concatenate strings and variables using the concatenation function to print the output accordingly.

今日はReplitのDay3に挑戦しました。予めCommon Errorsで起きやすいミスを確認してからChallengeに入れるのはありがたいですね。今やっている所はきっとpythonで大切なことは勿論ながらプログラミング言語を扱う上で基本ですよね。
話変わりまして、最近は朝や休みの日を使ってpythonを勉強していますが好きな事や熱中できる事を増やすと精神的に安定する気がします。普段の仕事では使わない脳を鍛えていたり、あるいは単純に仕事を忘れて何かに熱中をする事がストレス発散に繋がっているのでしょうか?生意気ですけど今の勉強が将来的に本業以外の収入を生むキッカケになったら最高ですね。pythonの学習とブログ発信継続します🔥今日も見てくれてありがとう✌
コメントを残す