Cursos
Cursos
Compilador de Código
Compilador de Código
Discutir
Preços
Teams
Fazer login
Registrar
Menu
Q&A Discussões
Pesquisar
Pesquisar
Faça uma pergunta
Faça uma pergunta
Elif statements are confusing me
code
elif
else
if
python
0 Voto
1 Resposta
12th Jul 2022, 7:06 PM
Zane Al-Hamwy
#Question how to add elif in statement
python
0 Voto
6 Respostas
4th Feb 2022, 8:09 AM
Amol Bhandekar
Как работают инструкции elif ?
elif
instructions
python
0 Voto
1 Resposta
25th Apr 2018, 10:19 AM
Eegun
when is elif used in ?
boolean-logic
python
0 Voto
4 Respostas
23rd Apr 2017, 4:00 PM
Paparawsy Leeplux
Why cant elif be used at end
else-statements
1 Voto
6 Respostas
2nd Dec 2018, 8:53 PM
Jordan Autrey
Can someone properly explain what elif means?
elif
1 Voto
5 Respostas
28th Feb 2019, 5:00 PM
DH1505
А почему когда я написал колькулятор и у меня было if, elif и elif не работало?
python
1 Voto
3 Respostas
12th Oct 2022, 1:45 PM
Алексей
Elif or else : if ?
else-statements
python
1 Voto
3 Respostas
14th Jan 2017, 10:22 PM
Fedi Bbm
What is wrong with the first elif ?
python
1 Voto
7 Respostas
8th Jul 2020, 7:07 AM
Gustavo Aguilera
The meaning of ( elif )
asking
-2 Votos
2 Respostas
12th Oct 2021, 2:14 AM
Cheang Zi Yi
Why do we need elif operation(python)?
difference
elif
If
python
0 Voto
3 Respostas
3rd Dec 2017, 11:56 AM
Jinsu
What's the difference between elif and else
phython
0 Voto
3 Respostas
22nd May 2019, 1:18 PM
Mike Harris
Why not implemented elif in the line8
elif
help
python
0 Voto
2 Respostas
24th Jan 2020, 8:54 PM
Yusof
i still dont really understand elif that well?
elif
else-statements
python
3 Votos
6 Respostas
16th Dec 2017, 1:20 AM
:hyperthonk:
Can elif be used to avoid nesting conditions
if-statements
3 Votos
3 Respostas
29th Dec 2020, 6:48 PM
mofe_sanya
Else and elif stament is not working
python
0 Voto
4 Respostas
18th Sep 2017, 12:25 PM
Amit Yadav
Why elif and other don't work?
else-statements
error
python
0 Voto
1 Resposta
27th Sep 2016, 2:50 AM
Svyatoslav Furda
Difference between else and elif .(python) [solved]
python
0 Voto
2 Respostas
11th Sep 2018, 5:54 PM
partha
What is the different between else and elif
python
0 Voto
2 Respostas
7th Dec 2022, 6:33 AM
Loay Shaar
What is the term elif for in Python?
else-statements
python
0 Voto
3 Respostas
14th Apr 2020, 1:54 AM
Martiniano Argumedo
Can someone tell me why Elif is not working?
python
0 Voto
5 Respostas
12th Aug 2021, 4:29 AM
J
(solved) a = float(input()) b = float(input()) c = float((a*b)/1000) if 10>c>0 c*20=c elif 20>c>=10 c*10=c elif 35>c>=20
python
1 Voto
2 Respostas
8th Jan 2019, 1:09 AM
Austin
i dont understand the difference between if and elif
elif
else-statements
if
python
0 Voto
5 Respostas
25th Apr 2020, 7:47 PM
sofronis
Why is the last elif statement not working ?
python
2 Votos
3 Respostas
16th May 2020, 12:58 PM
Ugonna Muoneme
how to solve c++ problem without elif and if
c++
cpp
help
2 Votos
3 Respostas
13th Feb 2021, 4:17 PM
max bertolimo
Question in Python with if / elif statements
elif
if
or
python
0 Voto
1 Resposta
21st Jan 2020, 5:58 AM
Ecco
--->>>How can I get this elif statement to work?<<<---
boolean
elif
output
python
0 Voto
3 Respostas
1st May 2019, 9:06 PM
Carlee Gonzales
What is elif and how it works in c++
c++
0 Voto
3 Respostas
30th Sep 2022, 2:40 PM
Franek
Why is there three dot after a elif statement
codeplayground
1 Voto
2 Respostas
11th Apr 2019, 6:16 PM
VYSHNAV A DINESH
Помогите составить программу
and
elif
if
or
4 Votos
81 Respostas
3rd May 2021, 9:30 AM
Ольга Маганова
How can we understand and use elif statement properly
else-statements
0 Voto
2 Respostas
22nd Sep 2019, 12:13 PM
Hasan Anorov
Why this code always evaluates the first elif statement as true?
code
if-statements
python3
3 Votos
4 Respostas
21st Jun 2020, 5:16 PM
Sebastian
weight= int(input()) height=int(input()) BMI=weight/height*height if BMI<18.5: print("Underweight") elif BMI >=18.5 and <25: p
error
0 Voto
10 Respostas
26th Feb 2021, 12:07 PM
Downey Dewy
My elif is syntax erroring [RESOLVED, Check answers]
else-statements
python
1 Voto
1 Resposta
24th Mar 2017, 2:12 PM
Sammy Bunckly
Why elif is used when if can solve the problem? ?
else-statements
python3
1 Voto
4 Respostas
24th Jun 2019, 7:10 AM
Demon King
Помогите решить пожалуйста
elif
0 Voto
6 Respostas
13th Dec 2020, 7:02 PM
What is the alternative for *if elif else* ladder in Python?
answer
ask
help
if-statements
knowledge
python
python3
question
1 Voto
3 Respostas
9th Oct 2019, 4:28 AM
APURVA JAISWAL
What’s the point of writing each if, elif statements in parentheses?
if-statements
parentheses
python
python3
1 Voto
4 Respostas
24th Nov 2018, 9:23 PM
Shams Karimi
When ever i type elif or else it show syntax error
operator-precedence
0 Voto
6 Respostas
2nd May 2018, 4:37 PM
Ravi Sharma
when using the elif for 2nd time its showing error
python
python3
0 Voto
4 Respostas
26th Sep 2016, 10:15 AM
David Basumatary
What is the difference between elif and else if statement ?
else-statements
1 Voto
2 Respostas
17th Apr 2018, 5:59 PM
sweta t
Does any one know the difference between elif and else? In python
else-statements
if-statements
python
1 Voto
5 Respostas
11th Nov 2016, 12:07 AM
Mohammad Mohkami
Height=float(input()) Weight=float(input()) BMI = Height/Weight**2 if BMI<18.5: print("Underweight") elif BMI>=18 and BMI<25
fg
1 Voto
3 Respostas
31st Mar 2021, 2:25 AM
ANURAG SINGARI
Python elif not working on 3.6.1 IDLE on my computer
elif
python
statement
2 Votos
1 Resposta
16th May 2017, 1:09 PM
Manas Kesharwani
Can someone pls help me with this error🙏.It shows a sytrax error in elif although I put a semicolon.
elif
error
python3
variable
1 Voto
22 Respostas
1st Dec 2020, 8:55 AM
KADHM
num = input ("Please input 5 or 7 or 11 :") if num == 5: print("Number is 5") elif num == 11: print("Number is 11") elif
if-statements
1 Voto
4 Respostas
5th May 2017, 1:33 PM
Hamada Hellal
When and how can we use if and elif in phython
elif
if
1 Voto
2 Respostas
26th Jun 2018, 4:40 PM
Vansh
Can someone explain elif with proper example ?Where it can be used ?
else-statements
1 Voto
6 Respostas
14th Jun 2018, 11:20 AM
sam
Throwing a syntax error at line 32 at the elif
python3
0 Voto
2 Respostas
12th Sep 2017, 3:15 PM
James Barrow
weight=int(input()) height=int(input()) BMI=weight/height if BMI<18.5: print (" Under weight ") elif BMI>=18.5 and BMI<25:
[]
0 Voto
5 Respostas
8th Apr 2022, 10:36 PM
Baba Adam Mohammed
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
< Anterior
1
2
3
4
Próximo >
Quente hoje
C pointers
1 Votes
Python
0 Votes
Guys help please
0 Votes
Slicing in python
1 Votes
Python question
1 Votes
Control flow
0 Votes
Front-end vs Full-stack
1 Votes
HTML
0 Votes
Which mobile offline app can I use for HTML
0 Votes
HOW CAN I CREATE A GAME AS BEGINNER
0 Votes