Cursos
Cursos
Compilador de Código
Compilador de Código
Debatir
Precios
Teams
Iniciar sesión
Registrarse
Menu
Sesiones de PyR
Buscar
Buscar
Haz una pregunta
Haz una pregunta
What is the largest number this code prints? for i in range(10): if i > 5: print(i) break else: print("7")
else-statements
python
4 Votos
8 Respuestas
6th Jul 2019, 6:28 PM
Aung Myo Tun
What is needed to fill in element div.i.e. with id d1 to make it draggable?
<div
>
3 Votos
2 Respuestas
10th Jun 2019, 12:28 PM
Egor Tonchev(EGO)
Can somebody help Rearrange this word with Opening and closing <p > tag?
html
0 Votos
3 Respuestas
24th Nov 2018, 5:38 AM
Lodi Ayodeji
9/9 of the first challenge.
/a
>
href
-1 Voto
12 Respuestas
29th Aug 2019, 3:39 PM
Vickson Oyaro
int x = 3; while(x > 0) { System.out.println(x); x--; } /* Outputs 3 2 1 */
loops
1 Voto
2 Respuestas
6th Aug 2018, 11:49 AM
Saurabh Negi
What will happen if this line #include<iostream > removed from program !
c++
1 Voto
2 Respuestas
6th Mar 2017, 6:29 PM
Fady Hany
My < a data-toggle > is not working on my notepad++
5>
a
data-toggle
0 Votos
1 Respuesta
21st Nov 2017, 2:46 PM
Alao Abiodun
if input(int("enter a number- ")) > input(int("enter another number- ")): print("you are stupid")
if-statements
python3
0 Votos
2 Respuestas
25th May 2019, 6:02 AM
ERROR_404
*DAILY CHALLENGE* : write a code that gets as input a positive number n > 1 and prints n rows from "3-SUM-TRIANGLE".
c#
c++
challenge
daily
html
java
js
php
python
ruby
8 Votos
32 Respuestas
15th Aug 2017, 8:11 PM
Julian Fechner
Can I type if 16<age<60 instead of if (age > 16 && age < 60)
operators
0 Votos
4 Respuestas
20th Jun 2019, 12:46 AM
Faisal Alghamdi
AngularJS
<html
>
1 Voto
1 Respuesta
10th Sep 2019, 1:43 PM
Abass Nurudeen
int x = 1; while(x > 0) { System.out.println(x); if(x == 4) { break; } x++; }
break
java
loop
while
2 Votos
4 Respuestas
5th Nov 2019, 3:23 AM
Minhaj Haider
Is there a good android app that can provide me with a coding platform on web development
<
>
0 Votos
3 Respuestas
12th Apr 2020, 2:38 PM
KIPYEGON BENARD
How can I output the object and its balue which its value > 0?
arrays
javascript
json
node.js
1 Voto
2 Respuestas
9th Jul 2019, 11:51 AM
デジモン Lover
how can i calculate the number of students with age > x in sql?
sql
1 Voto
4 Respuestas
26th Sep 2017, 6:34 PM
Mohamed Hussien
seats = 100 (blank) seats > 0: print "sell ticket" (blank) = seats - 1
python
0 Votos
2 Respuestas
14th Feb 2025, 2:32 PM
ameer shaik
print "Enter quantity" quantity = input() if quantity*100 > 1000: print "Cost is",((quantity*100)-(.1*quantity*100)) else: p
gwss
0 Votos
4 Respuestas
23rd Feb 2021, 5:22 AM
Siva Kumar YARRAMSETTI
Why When i run code show me this message: as class wasn't found in as project.select the main class:< no main classes found >
java
2 Votos
18 Respuestas
30th Aug 2022, 3:18 PM
Fatma hgazy
How can i use img tag
<img
>
0 Votos
2 Respuestas
15th Oct 2018, 6:08 PM
INDRAJEET BIND
<Tags> + attributes =" values" > ... '' that is all things about <html> ?
html
html5
3 Votos
1 Respuesta
20th May 2018, 3:50 PM
Anas Abdalla Mohamedosman Ali
🤔🤨🤔🤨What is the work of <min ="0" > in the progress element I'm HTML5 ? 🤔🤔🤔🤔🤨🤨🤨🤨
<progress>
1 Voto
3 Respuestas
24th Apr 2020, 8:13 AM
GCoderX👨💻👨💻
How do I create my own website
<html
>
0 Votos
2 Respuestas
24th Sep 2019, 7:18 PM
Thabang Dzonzi
I'm wondering how and why the results are True, False?! 7.8 > 5 , 10 < 10.0000000000000000001
programming
python
python3
2 Votos
8 Respuestas
29th Sep 2017, 5:12 AM
reza
What does f(31415927) return, for the following function definition?def f(x): d=0 while x > 1: (x,d) = (x/2,d+1) return(d)
python
2 Votos
6 Respuestas
6th Feb 2018, 2:17 AM
kamalesh vra
Help me because I don't know how to solve practice 16.2 in variables > input (python for beginners)
python
0 Votos
6 Respuestas
6th Sep 2021, 7:26 PM
Kareem Emad Aldeen
What should I give as a title
<
>
0 Votos
2 Respuestas
23rd Mar 2018, 5:16 AM
sushila Raut
## Challenge ## > From A List Of Integers, Find The Lowest Possible Sum Of Any Two Numbers.
c++
challenge
python
sololearn
-1 Voto
10 Respuestas
18th Jul 2018, 5:12 PM
Prince Patel
int a = 11; int b = 12; int c = 40; if (a > 100 || b > 3) { System.out.println(a); } else { System.out.println(c); }
java
loops
operators
0 Votos
1 Respuesta
23rd Feb 2017, 12:26 PM
Mohammad Ramadany
What will be next to learn after CSS as web develop
<style
>
1 Voto
2 Respuestas
11th Mar 2018, 10:54 AM
Amadu Stambuli
Why not '0' for the expression $num1 = (22 % 3 == 22 > 3); ?
php
0 Votos
3 Respuestas
7th Jun 2021, 12:56 PM
Wah Wah Shwe(와와쵀)
Hi, There are errors in my code, but I can't resolve the problem. Could You help me please?
<script
>
><html
5 Votos
3 Respuestas
12th Jul 2020, 6:38 PM
Egor Tonchev(EGO)
How can I create a dabase table with php ?
>
php
0 Votos
2 Respuestas
10th Nov 2018, 6:14 AM
Emmanuel Kingsley
If we enter any number > 12 it still shows valid please help me with my code
c++
help
if/else
0 Votos
5 Respuestas
24th Jun 2021, 9:47 AM
UJCoder
num = 12 if num > 5: print("Bigger than 5") if num <=47: print("Between 5 and 47")
help
-1 Voto
5 Respuestas
10th Oct 2020, 2:16 AM
Hacker Tamil Tamila
a=input('Enter no. = ') if a > 10 print('Ok') if a <= 10 print('Not ok')
help
0 Votos
2 Respuestas
24th Jun 2022, 4:12 AM
Anushka Jangra
Please When am I suppose to make use of Id and class.
<p
>
id="date"
3 Votos
2 Respuestas
21st Aug 2019, 2:42 PM
Esu Gabriel
How to get PHP certificate
<php
>
0 Votos
1 Respuesta
7th May 2024, 2:04 PM
donmartinz udoh
I use <! comment > and it still works. Why? Samething with <hr>
comments
html
0 Votos
2 Respuestas
26th Aug 2016, 11:39 AM
Thanhlong Tran
Fill in the blanks: <html> <body> <p>This is a paragraph </ > <p> This is < /> a line break </p> </body> <
button
0 Votos
4 Respuestas
30th Sep 2016, 2:59 PM
Conner Schierloh
What is the output of this code? num = 7 if num > 3: print("3") if num < 5: print("5") if num ==7: pr
python
0 Votos
13 Respuestas
19th Jan 2017, 2:01 PM
Basim Ali
Q : Access by html link to another page in my code i have in my account
<a
>
href="home.html">home</a
2 Votos
5 Respuestas
15th Jun 2018, 6:17 PM
Muntaser Jadallha Mohamed Hamid
Which program can make website like YouTube
<?
>
php
2 Votos
4 Respuestas
28th Aug 2020, 5:12 PM
Abhishek Harishkumar Chaturvedi
Can we use two or more attribute in one tag? ex= <p align="center" border="2" > Plz reply </p>
html
tables
3 Votos
6 Respuestas
13th Mar 2017, 6:13 AM
Neeraj Chauhan
Can't you also specify the query as: SELECT * FROM Zoo WHERE age > AVG(age) ?
sqlfunctions
-1 Voto
2 Respuestas
2nd Jun 2019, 10:05 PM
Nyaniba
why do we have double statements of these if (age > 14) { if(age >= 18)
c++
cpp
else-statements
if-statements
1 Voto
4 Respuestas
22nd Dec 2016, 2:55 PM
Arjan
So basically the </hr > gives a line and <br> breaks a line?
html
0 Votos
1 Respuesta
19th Aug 2016, 9:46 AM
Asmau Umar
What is the difference between <!-- This is a comment > and <!-- This is a comment --> because output were same
comments
headings
2 Votos
3 Respuestas
13th Jul 2018, 8:06 AM
Akash Vishwakarma
Why the images don't appear
<img
>
src="imagess/a.jpg"
2 Votos
4 Respuestas
4th May 2018, 3:03 PM
Eda Sacora
محتاجة اعرف </ br > بيستخدم فى ايه؟ ولييه بحط فى نهاية كود الصورة ""=alt ?
html
1 Voto
3 Respuestas
20th Dec 2017, 5:16 PM
Shimo Elzeha
How to put <ol type = a > to get the list tag output (a)
html
list
tags
0 Votos
3 Respuestas
2nd Sep 2018, 3:16 PM
kp kalia
Haz una pregunta
Haz una pregunta
Haz una pregunta
Haz una pregunta
< Anterior
1
...
3
4
5
6
Siguiente >
En tendencia hoy
MY SNAKE GAME CODE ISN'T working of python
4 Votes
Java question Can anyone help me with the test case situation in that problem like 3 test case is pass but other are not 🤦🤦
4 Votes
How to improve code readability
0 Votes
Functions
1 Votes
App
0 Votes
I NEED to make a game
0 Votes
Please help with the output
0 Votes
Grouping data is not working
0 Votes
Use of flag
0 Votes
Mentor
0 Votes