Cours
Se connecterCommencer Ă  apprendre l'IA
Cours
Se connecterCommencer Ă  apprendre l'IA

Discussions Q&R

What is all input type from this list: date, column, range, color?
html5
5 Votes
2 Réponses
28th May 2017, 9:15 AM
BENOTMANE
BENOTMANE - avatar
What is the output of this code? list = [2, 3, 4, 5, 6, 7] for x in list: if(x%2==1 and x>4): print(x) bre
python
2 Votes
18 Réponses
14th Sep 2020, 4:21 PM
Anas Emad
Anas Emad - avatar
A game machine has 5 games installed on it, represented in this list: games = ['Soccer', 'Tic Tac Toe', 'Snake', 'Puzzle', 'Ra
solution
0 Vote
8 Réponses
17th Aug 2023, 4:23 PM
Bhargavi Guntakala
Bhargavi Guntakala - avatar
What's the output of this code? list = [2, 3, 4, 5, 6, 7] for x in list: if(x%2==1 and x>4): print(x) break
#henry
-1 Vote
3 Réponses
27th Dec 2021, 5:35 PM
Opaal Henry
Opaal Henry - avatar
Fill in the blanks to iterate over the list using a for loop and print its values.
[123]listlist:print(var
-5 Votes
14 Réponses
25th Apr 2017, 6:02 AM
Nguyễn Sự
Nguyễn Sự - avatar
Aujourd'hui en vedette
Audio adding
1 Votes
playground input
0 Votes
What is problem in this code
0 Votes
Stuck in Quize
1 Votes
This Program Does Something Weird. Can You Explain Why?
1 Votes
C Program
0 Votes
Software developer
0 Votes
Asking for final year project ideas!
1 Votes
TIPS From Veterans
1 Votes
How does JavaScript's event loop handle asynchronous operations like setTimeout, Promises, and async/await, and what are the dif
1 Votes