Cursos
Cursos
Compilador de Código
Compilador de Código
Debatir
Teams
Iniciar sesión
Registrarse
Menu
Sesiones de PyR
Buscar
Buscar
Haz una pregunta
Haz una pregunta
If we not use <p > then we are able to write paragraphs or not?
html
0 Votos
3 Respuestas
20th Sep 2017, 3:03 AM
Shashi Kant Dwivedi
What is the output of the following code? int a = 11; int b = 12; int c = 40; if (a > 100 || b > 3) { System.out.println(a
java
operators
-1 Voto
2 Respuestas
5th Oct 2016, 8:32 PM
Khloud Mohamed
Can I use any other words apart from the #Intro...for instance <div id=".example" >
css
0 Votos
2 Respuestas
23rd Dec 2016, 11:54 PM
jherri
На какую тематику лучше всего зделать сайт?
<!doctype
>
html
1 Voto
5 Respuestas
20th Mar 2018, 7:29 PM
Андрей Захаров
Why the error ( EOF ) when I write two or more < input > in Python3?
eof
eoferror
error
python3
2 Votos
2 Respuestas
30th Jan 2018, 1:58 AM
>> ISAI <<
def tri_recursion(k): if(k > 0): result = k + tri_recursion(k - 1) print(result) else: result = 0 return resul
python
0 Votos
4 Respuestas
2nd Oct 2020, 10:00 AM
Kumar Shubham
<video controls><source ="https://youtu.be/sIKIzVX4VOE.mp4" type="mp4"></video> I need link of video
<video
>
controls
1 Voto
2 Respuestas
10th Jul 2022, 1:06 AM
Roger Aleman
How to program a time converter
<type
>
type-conversion
1 Voto
3 Respuestas
3rd Mar 2022, 4:12 PM
NKWAIN BLAISE NGAM
Why do we not write slashes right before the closing[ > ] of some self closing tags?
css
html
-1 Voto
3 Respuestas
10th Jun 2019, 7:31 AM
Mousin Ahanger
can we add conditions such as <= or > to the case value? for example case <16
c++
switch
0 Votos
4 Respuestas
5th Jul 2016, 10:00 PM
Jastria Rahmat
Please given me a example of this code, operator: a > b ? alert(a) : alert(b).
:
-3 Votos
2 Respuestas
13th Sep 2020, 12:58 PM
RD:programmer
Hi, There have to appear in suggestion : a name is entered input field from the array of the hint. php file simolteneously. But
<html><?
<script
>
php
8 Votos
4 Respuestas
16th Dec 2020, 12:20 PM
Egor Tonchev(EGO)
What is best software to use html5 software
<doctype
>
html
1 Voto
3 Respuestas
24th Jul 2018, 6:19 PM
Kaushik Raj
I have a photo saved as redbag.jpg but the image tag never displays it what's going on?
<img
>
jpg"
src="redbag.
1 Voto
7 Respuestas
6th Nov 2023, 7:53 AM
Fin
a = 42 if a > 7 puts "Yes" end why do we put all the spaces between?
if-statements
ruby
4 Votos
2 Respuestas
7th Mar 2017, 8:25 AM
Billy Dymek
Html como hago para que los usuarios vean la imagen que está en mis archivos de la computadora
<img
>
src
1 Voto
2 Respuestas
25th Aug 2019, 12:13 AM
Julián Sánchez
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)
python3
0 Votos
4 Respuestas
16th Feb 2018, 3:16 AM
I Am a Baked Potato
Whenever i write int(num > 1)the output is"factorial of 5 is 1"and if i write int(num <1)the output comes "factorial of 120"why?
recursion
0 Votos
8 Respuestas
21st Jul 2020, 11:59 AM
Muhtasinul
Putting body background in html
<body
>
background
0 Votos
3 Respuestas
11th Apr 2024, 9:18 PM
Cyiza Briand
Can i use ' !conda install <module name > --yes ' to install external module in solo-learn ?
ipython
jupyter_notebook
python
1 Voto
1 Respuesta
29th Aug 2020, 6:26 PM
Cyborg🤖
age = int(input()) if(age == 0 and age <= 11): print('Child') elif(age >= 11 and age <= 17): print('Teen') elif(age > 17
python
0 Votos
3 Respuestas
12th May 2022, 7:23 AM
Purple Phoenix 7
Please let help me i know the tag of an image but I understand how to link an image except that of the solo learn of a tree
<img
>
src
0 Votos
2 Respuestas
18th Nov 2022, 5:18 AM
Manager Sebowa
How can i write < , / and > as a normal text inside html page not as tag
html
1 Voto
4 Respuestas
9th Nov 2017, 3:03 PM
Muhmd Ezz
if 20 > 10 : print("20 greater than 10)" in python playground but it says error can u tell me what I did wrong
python
0 Votos
11 Respuestas
27th Nov 2018, 7:27 PM
Game Hacker
i was trying to solve security code for the code coach but it gives me error in (if i > 0 and i <= length-1:)
python
1 Voto
8 Respuestas
1st Sep 2020, 6:36 AM
Smiley[Offline]
Why there is a problem about code in my_graph. php file?
?
<?
>
php
2 Votos
5 Respuestas
22nd Apr 2019, 3:45 PM
Egor Tonchev(EGO)
What is the error in "while (y * z > 0) & (y % 10 == z % 10)"?
c++
1 Voto
1 Respuesta
16th Mar 2021, 5:28 PM
Romania005 #01
any competitions present?
:-)
<
>
0 Votos
2 Respuestas
15th Oct 2020, 12:01 PM
Daniel Kenan Slinda
i know about #include <stdio.h> header file ,is we can replace with <iostream> header file with < stdio.h > ??
,is
<stdio.h>
about
can
file
header
i
include
know
we
0 Votos
4 Respuestas
14th Jul 2018, 5:31 AM
BANDI SAGAR
int num = 2; int x = 3; if(num >= 2) { if(x > 4) { num = 3; } else { num = 4; } } else {x = 1; }
c++
if
1 Voto
11 Respuestas
26th Nov 2022, 10:38 AM
Sourabh Jaiswal
on raising exceptions lesson on question number i think > and raise can also be the answer
exceptions
python
0 Votos
2 Respuestas
12th Jul 2016, 12:25 PM
kaleab
How to make image to be in both left and also in right.. Need help
<img
>
src
0 Votos
2 Respuestas
5th Aug 2019, 7:04 AM
Mr_Lex
<a href="url" target="_____" > here </a> I want open the fram in the same as it was clicked, what should I write in the blank?
html
10 Votos
5 Respuestas
30th May 2017, 4:37 PM
BENOTMANE
Int count=0; For(int i=N; i > 0 ; i/=2) { For(int j=0; j < i ;
c#
-2 Votos
2 Respuestas
19th Mar 2017, 7:00 AM
lalith narayan
Helpves = input('Write ves: ') rost = input('Write rost: ') formul = int(ves) / (int(rost)**2) if formul > 18.5: print("Underwe
python
0 Votos
3 Respuestas
22nd May 2021, 8:49 AM
vj encrypt
what is the output of the following code? int a =11; int b = 12; int c =40; if (a> 100 || b > 3) { system.out.println (a); } else { system. out. println (c);}
java
operators
1 Voto
24 Respuestas
15th Aug 2016, 9:51 PM
Abdullah
What is the value of h(6,8) for the function below?def h(m,n): ans = 1 while (n > 0): (ans,n) = (ans*m,n-2) return(ans)
python
3 Votos
2 Respuestas
7th Feb 2018, 2:29 AM
kamalesh vra
What is the output of this code? for(var x =0; x==x; x++) { if(x > 5 && x < 8) { document.write(x); break;} }
js
5 Votos
5 Respuestas
3rd Mar 2019, 12:38 PM
david chongo
Why in HTML, there are always the < > part and <\> part? I dont understand. What if I delete the <\> part?
html
4 Votos
3 Respuestas
23rd Sep 2020, 3:25 AM
Linh Tran
Why I can't add imgs at output ?
<img
>
src
1 Voto
1 Respuesta
1st Jul 2022, 3:17 PM
Aniket Dey
How I can write a code getting the age of the user then if the age is > 18 print welcome else print too young ?
easy
if-statements
input
java
variables
1 Voto
5 Respuestas
13th Mar 2020, 4:12 PM
Marina Magdy Girgis
Write c programming function then make a brief description on how to apply four pillars of java
<c
>
programming
-1 Voto
2 Respuestas
26th Apr 2022, 6:49 PM
Harun Nsungi
Can we like type if statement with 2 condition. For example - if (int > 60) ( int < 70 )
c++
cpp
1 Voto
4 Respuestas
13th Dec 2017, 5:48 AM
Aditya Gupta
Hello, I have a question, I hope you can help me
<html>
<img
>
src
1 Voto
3 Respuestas
25th Aug 2019, 12:16 AM
Julián Sánchez
ancore tag
</a>
<a"..............."
>
-1 Voto
1 Respuesta
30th Aug 2022, 7:47 AM
Shiva Dubukwad
What do the > mean in CSS, i didnt see in the tutorial, but see it in some code.
css
css3
0 Votos
3 Respuestas
24th Nov 2016, 11:10 PM
Michael Emerick
What's the ouput of the following: f = None for i in range (5): with open("data.txt", "w") as f: if i > 2:
python
1 Voto
4 Respuestas
1st Jan 2021, 6:27 PM
JurgenV
Why is the output of print (1 == 1) and (not (2 + 2 > 3)) coming as True?
(2
1)
2
3))
and
as
coming
is
of
output
print
the
why
0 Votos
3 Respuestas
8th Mar 2017, 3:35 PM
Gaurav Chaudhary
Please I'm creating a website how do i have an URL that once i type it it shows on any browser.. Please i need urgent reply
.
"
<href="www.stfnyschl.com
>
target=_"blank"
1 Voto
10 Respuestas
10th Jan 2019, 5:35 PM
Johnson Gabriel Oshare
Как вставлять картинки в html
<img
>
src
0 Votos
1 Respuesta
21st Mar 2019, 1:32 PM
Роман АЛЕКСАНДРОВИЧ
Haz una pregunta
Haz una pregunta
Haz una pregunta
Haz una pregunta
< Anterior
1
...
4
5
6
Siguiente >
En tendencia hoy
Ejercicio Pytho
0 Votes
What's wrong with this code ? ( Beginner)
2 Votes
What is that z for
0 Votes
Bug on "Java for Beginners Module 3 Quiz"
1 Votes
Suggestions needed
4 Votes
Please rate my code from 1 to 10
2 Votes
Write a program to find the strings are in isogram or not
0 Votes
How to start
0 Votes
Is there any new bug in the projects reply sections?
0 Votes
Recursion doubt
2 Votes