Introduction to if Statement
Tarefa
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.
Solução
123age = 20 if age > 18: print('You can vote')
Tudo estava claro?
Obrigado pelo seu feedback!
Seção 1. Capítulo 1
single
Pergunte à IA
Pergunte à IA
Pergunte o que quiser ou experimente uma das perguntas sugeridas para iniciar nosso bate-papo
Incrível!
Completion taxa melhorada para 33.33
Introduction to if Statement
Deslize para mostrar o menu
Tarefa
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.
Solução
123age = 20 if age > 18: print('You can vote')
Tudo estava claro?
Obrigado pelo seu feedback!
Seção 1. Capítulo 1
single