Курсы
Войти
Начать изучение ИИ
Курсы
Войти
Начать изучение ИИ
Обсуждения
Поиск
Поиск
Задать вопрос
Задать вопрос
I can't open the 13 module 1 quiz in basic. I can unlock the other module only if i complete the 13/13 in basics.Can anyone help
3
python
1 голос
6 ответов
9th May 2020, 7:59 AM
Radhin CazrOd
I dont understand what happends when theres 2 for loops inside 1 statement can anyone explain? I tried to work it out but still.
for
loop
2 голосов
5 ответов
9th Aug 2017, 11:46 AM
D_Stark
sum of all numbers that are a multiple of 3 in the range of 1 to 1000 , by using a loop, please help🙏
r
sum
1 голос
4 ответов
4th Jul 2022, 2:04 PM
Claire
Hi everyone i want do display hello every time i type 1 in my program,What is the required codes for that?
java
-2 голосов
3 ответов
14th Oct 2020, 7:54 PM
Hayabina
How to print all the prime numbers from 1 to 10 and from 3 to 5 or n to m which will be input "testcase" times?
c++
in
plz
send
2 голосов
7 ответов
21st Nov 2018, 8:24 AM
The Coder(Abeer)
Lets say a Genie came to you and asked you to choose 1 programming language to make you world class in. Which would you choose?
expert
myfavlanguage
programming
7 голосов
3 ответов
28th Apr 2017, 3:12 AM
Min Somai
How can write program to calculate multiplication table for any number start from 1 and end for the number enter by user
c++
1 голос
3 ответов
28th Mar 2017, 5:43 PM
Bts...
I am getting an error in UE 4.19.0 it was also in 4.18.3. Hexadecimal value0x00 is a invalid character line 1 position 1.
unrealengine4
1 голос
4 ответов
17th Mar 2018, 12:58 AM
Comedy Co.
Write a python program that asks the user for an hour between 1 and 12 and for how many hours in the future they want to go.
python
1 голос
10 ответов
25th Aug 2018, 2:25 PM
Divyansh Sunny
Write a boolean expression that returns True if tge value of the variable count is between 1 and 10 inclusive
cpython
python
0 голосов
2 ответов
1st Oct 2017, 12:41 PM
Kwabena Dennis
I made this code for code coach "tax free"problem and it passed 5 out of 6 test cases only 1 is wrong.can anyone help me ???
codeplayground
error
python
0 голосов
2 ответов
14th May 2020, 3:52 PM
『 〖 PRAISE 〗 』
how to generate a list of infinite length containing all numbers made of 1 or 2 or both in ascending order?
python
1 голос
2 ответов
10th Sep 2016, 6:26 AM
Akhil Gaur
How can I write a program that take a n(a positive number)as input,make n×n list then return the 0 and 1 into spiral.
python
0 голосов
3 ответов
3rd Jan 2020, 10:16 AM
fatemeh salmani
Why Result is 2 not 1 ? a() method already defined in both A&B . How to call the super class method from child class in this par
inheritance
python
0 голосов
7 ответов
8th Mar 2017, 9:51 AM
Muhamed Ziedan
Find the sum of first ten natural number 1 2 3 ...10 but the I m getting error please help thanks u
c++
1 голос
3 ответов
19th Oct 2016, 7:17 PM
kevink mahadeo
Im stuck here can anyone help 😭😭 function is a perfect square, which a given integer n, returns 1 if n is a perfect square.
c++
2 голосов
2 ответов
30th Nov 2018, 3:32 AM
Notorious.mimi
Paint cost problem: iam failing only test number 3 test 1 2 4 5 are ok can anyone tell me whats wrong in my code
codecoach
costs
paint
python3
1 голос
3 ответов
18th Apr 2020, 11:31 AM
Abdul Majeed Faraz
Why are there different outputs when I change the order in the Code of different ways of incrementing by 1 ?
java
1 голос
2 ответов
20th Dec 2016, 10:37 AM
eternallatesummer
Average time it takes you to develop a basic 5 page / 1 page layout website from scratch (from design, develop to launch)
c#
css
html
javascript
php
website
2 голосов
1 ответ
1st Sep 2018, 8:02 AM
Preston Tshabalala
why does the random.randint(1, 6) produce the no. 6? i thought it would only produce no. from 1 to 5?
modules
python
0 голосов
2 ответов
27th Oct 2016, 12:45 AM
Jiggy Barcelona
You need to make a program for a leaderboard. The program needs to output the numbers 1 to 9, each on a separate line,
python
0 голосов
3 ответов
26th Sep 2022, 4:10 PM
Nupur Trivedi
1 imp factor for beginners is to grab the skills by a relevant job. But money is the barrier, ppl have irrlevent jobs. Solution?
carrier
jobs
professions
programming
1 голос
3 ответов
29th Mar 2018, 5:56 AM
Musaddiq manzoor
I need help.I am working with desktop app in pyqt5. Have several issues - wrong function counting EEG signals per 1 sec-need cou
urgently
1 голос
3 ответов
16th Apr 2020, 11:59 AM
Akinbami Felix Akintunji
Write a C# console application program that will prompt the user to 1-3. Enter their name, lucky number 1 and lucky number 2
help
0 голосов
2 ответов
20th Oct 2022, 8:35 AM
Ecnerual23
Write a C program that reads List 1 & List 2 from files, computes List 3 and writes to a file.
c
c++
java
2 голосов
1 ответ
21st May 2017, 3:50 AM
Farooq Khan.S
Python Maths Quiz - how to make sure random Num 1 is larger than Num 2 & number of loops = user input
maths
python
quiz
1 голос
2 ответов
9th Nov 2019, 5:11 PM
SWL
How many numbers does this code print? i = 5 while True: print(i) i = i - 1 if i <= 2: break
python3
0 голосов
2 ответов
21st Sep 2018, 2:01 AM
Mohamed Ramadan El Geneidy
Write a program ask height in cm and then convert it to feet and inches. 1 foot =12 inches ,1inches =2.54 cm.
python
0 голосов
2 ответов
24th Jul 2018, 12:39 PM
selvi
Increment the value of a variable that starts with an initial value 1 and stops when the value becomes 5.
increment
print
variables
1 голос
1 ответ
11th Feb 2017, 3:58 PM
Sunny Jha
someone can help me I can not advance in the challenge 1 of the question of how to center the text help please
html
2 голосов
3 ответов
1st Oct 2017, 2:04 AM
ronny aguilar
Leia um valor inteiro entre 1 e 12. Correspondente a este valor, deve ser apresentado como resposta o mês do ano por extenso,
1
12.
a
correspondente
e
entre
este
inteiro
leia
um
valor
valor,
0 голосов
2 ответов
14th Apr 2023, 10:35 AM
Ailer Pimentel
Please, explain why num 1 = num also, why m = m *10 + num%10 and num/=10 ? See below program
java
0 голосов
2 ответов
9th Dec 2016, 1:59 PM
Varun Singh
I am a student.i want to learn JavaScript.If i give 1 hour a day how many days or year require to learn that?
javascript
0 голосов
3 ответов
10th Jul 2018, 7:09 AM
Sheak Salauddin Khaled Rasel
Is it necessary to write multiple lines of comment when we use multi line comment code? Can we write 1 line comment in /* */?
comments
1 голос
3 ответов
18th Jun 2018, 7:15 PM
Prabhat Rai
In the problem Paint costs i wrote this code. Is there any error as it shows 1 case has failed.I don't understand pls explain
codeplayground
interpreter
python3
2 голосов
2 ответов
14th May 2020, 3:44 PM
Ayushman Dash
Please, can somebody explain to me why this prints a list with both 1 & 2 in it instead of just 1in the list?
python3
0 голосов
2 ответов
6th Apr 2019, 4:31 AM
Thimira Rathnayake
In Dictionaries in Pyhon, key value 1 and 0 will create confusion if another key values are "True" or "False"
python
python3
1 голос
1 ответ
4th Mar 2017, 7:10 PM
Akshay Dhotre
how to join more than 1 table so that i can check for user name and password for login purpose.
sql
0 голосов
1 ответ
24th Oct 2016, 4:59 AM
shubham mishra
Why do we increment N by 1 after inserting an item to the mid of the array in Data Structure?
arrays
datastructure
1 голос
1 ответ
28th Oct 2017, 6:19 PM
Esmatullah Sayeedy
I have multiple employee id with comma and more than 1 rows so I get employee name from another table
sql
tables
-1 голос
1 ответ
2nd Aug 2016, 1:16 AM
dani jebas
I am learning c and c++ 1 month complete but my logic to use in c c++ is bed so please help me for how strong my logic
building
logic
2 голосов
4 ответов
23rd Dec 2018, 1:02 PM
Ishanya Jadhav
Get input from user 0 means print hai 1 means print hello.the user give apart form this again it ask a input..using loops
python3
1 голос
2 ответов
30th Jan 2020, 5:14 PM
NIVETHA N
-35.75 to its 14-bit floatng point. 1 bit for sign, 6 bit for the exponent, 7 bits for the mantisssa. Is it right?
c
floating-point
1 голос
2 ответов
13th May 2020, 5:59 AM
Jai
Please help with this.. using range.Generate the list 'A1' having numbers from 100 to 1 in decreasing order, which are also mult
cpython
python
python3
range
0 голосов
3 ответов
6th Mar 2018, 11:18 AM
Sashank Reddy
what if we put return 1 in main function eg int main () { • • • • • • • • return 1; }
c++
1 голос
6 ответов
21st Jun 2016, 8:53 AM
Tushar Chetan
int a[][3] = {1,2,3,4}; int (*p)[3] = a; printf("%d ",*p[0]); p++; printf("%d",*p[0]); O/P = 1 4. HOW POINTER ASSIGNED ABOVE 3?
c
pointers
0 голосов
1 ответ
3rd Jan 2021, 10:38 AM
Gogul
Actually more of a comment about lesson 1 of the Content Models section. Is there a different place to post comments?
dom
html5
semantic
0 голосов
2 ответов
9th May 2017, 8:20 PM
Nathan Wood
How can I create a python loop that will print 1 to 5 and in between each printed number there will be a decoration like(==)
@
arraylist
1 голос
3 ответов
25th Jan 2022, 11:51 PM
David Boateng
Reorder the code to declare a Queue of integers, add values 1 through 5 and print the contents of the Queue. q.Enqueue(x); Queu
c#
0 голосов
2 ответов
3rd Oct 2019, 1:38 PM
TSHEGOFATSO LETABANE MALESA
You are given a program that takes Team 1 and Team 2 football teams goals as inputs accordingly. Complete the function to take
console.
log
0 голосов
3 ответов
8th Feb 2023, 12:57 AM
ANIL KUMAR VIHSWAKARMA
Задать вопрос
Задать вопрос
Задать вопрос
Задать вопрос
< Предыдущий
1
...
35
36
37
...
41
Следующий >
Актуальное сегодня
Error in python
5 Votes
Why Sololearn Removed Our Saved Private Project (Codes), I Can't Find This Option.
2 Votes
Model Context Protocol ? What is it ?
2 Votes
Do you Think Sololearn should add GDscript?
2 Votes
Not Accessing Message Function
0 Votes
Where have they gone
1 Votes
what is wrong with my code?
0 Votes
How to get messages?
1 Votes
PYTHON
1 Votes
Certificate
0 Votes