Courses
Log inStart Learning AI
Courses
Log inStart Learning AI

Q&A Discussions

help def even(x): if x%==0: print("yes") .... print("no")
functionspython
1 Vote
4 Answers
20th Sep 2016, 11:00 AM
Артем Єаричев
Артем Єаричев - avatar
x = 4 if x == 5: print("Yes") else: print("No")
else-statementspython
-1 Vote
4 Answers
22nd Dec 2016, 12:38 PM
SealCLi
SealCLi - avatar
print to python
print("yes")
-2 Votes
4 Answers
19th Nov 2017, 6:22 PM
Sir_Matin
please explain ----> if 1 + 1 * 3 == 6: print("Yes") else: print("No")
operator-precedencepython
2 Votes
3 Answers
14th Apr 2020, 2:59 PM
Audie
Fill in the blanks to print "Yes" if the list contains 'z': letters = ['a', 'b', 'z'] "z" letters: print("Yes")
listspython
0 Votes
3 Answers
26th Apr 2020, 10:25 AM
Reshma Ramesh Jadhav
Reshma Ramesh Jadhav - avatar
Hot today
Activities on sololearn
7 Votes
Can you help me ?
1 Votes
Cybersecurity jobs without degree
1 Votes
What am I doing wring?
2 Votes
CAN ANYONE SUGGEST ME AS A STUDENT WITH A PASSION OF CODING WHICH CODING LANGUAGE SHOULD I CHOOSE AS BEGGINER
1 Votes
App development šŸ”„ā˜ļø
1 Votes
Computer architecture
1 Votes
what should be my first project in C.
2 Votes
Playground input
1 Votes
[SOLVED] What's wrong in my code?
0 Votes