Introduction to if Statement
Oppgave
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 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.
Løsning
123age = 20 if age > 18: print('You can vote')
Alt var klart?
Takk for tilbakemeldingene dine!
Seksjon 1. Kapittel 1
single
Spør AI
Spør AI
Spør om hva du vil, eller prøv ett av de foreslåtte spørsmålene for å starte chatten vår
Fantastisk!
Completion rate forbedret til 33.33
Introduction to if Statement
Sveip for å vise menyen
Oppgave
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 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.
Løsning
123age = 20 if age > 18: print('You can vote')
Alt var klart?
Takk for tilbakemeldingene dine!
Seksjon 1. Kapittel 1
single