Introduction to if Statement
Compito
Swipe to start coding
- 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 statement
that 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.
Soluzione
123age = 20 if age > 18: print('You can vote')
Tutto è chiaro?
Grazie per i tuoi commenti!
Sezione 1. Capitolo 1
single
Chieda ad AI
Chieda ad AI
Chieda pure quello che desidera o provi una delle domande suggerite per iniziare la nostra conversazione
Suggested prompts:
Riassuma questo capitolo
Explain code
Explain why doesn't solve task
Awesome!
Completion rate improved to 33.33
Introduction to if Statement
Scorri per mostrare il menu
Compito
Swipe to start coding
- 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 statement
that 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.
Soluzione
123age = 20 if age > 18: print('You can vote')
Tutto è chiaro?
Grazie per i tuoi commenti!
Awesome!
Completion rate improved to 33.33Sezione 1. Capitolo 1
single