セクション 1. 章 1
single
Introduction to if Statement
メニューを表示するにはスワイプしてください
タスク
スワイプしてコーディングを開始
- You have the following string:
string = 'codefinity'; - Count the length of this string and write the result to the variable
len_of_string; - Write
if statementthat checks for the following condition: if the string length is greater than 7 , print the following text:Codefinity is the best platform to start your career in IT.
Fill in the blanks in the code you've already been given.
Once you've completed this task, click the button below the code to check your solution.
解答
123age = 20 if age > 18: print('You can vote')
すべて明確でしたか?
フィードバックありがとうございます!
セクション 1. 章 1
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください