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
weight = input() height = input() BMI = weight / (height ** 2) if BMI < 18.5: print(Underweight) elif BMI >= 18.5 and BM
help
me
please
2 Votos
4 Respuestas
19th Jan 2022, 10:25 AM
𝑫𝒂𝒌𝒔𝒉 𝑫𝒆𝒗𝒆𝒍𝒐𝒑𝒆𝒓
what should be the code for the following output? * ** *** **** ***** ****** uptil n
c++
for
loop
-1 Voto
2 Respuestas
25th Sep 2016, 5:39 AM
bittu
I m create a program in Python 3 and this Error show "TypeError : unsupported operand type(s) for ** or pow(): 'str' and 'int' "
python3
1 Voto
7 Respuestas
14th Apr 2020, 2:55 PM
Rahul Singh
Математика.Степень числа.
**
math
pow
python3
1 Voto
2 Respuestas
7th Feb 2020, 12:09 PM
Владимир Нестеренко
Cout__x
**
<<
==
>>
0 Votos
2 Respuestas
3rd Nov 2019, 4:03 PM
Nurilloh
int m, n; cin>>m>>n; double ** T = new double*[n]; for(int i=0; i<m; i++){ T[i] = new double[m]; }
matrix
0 Votos
1 Respuesta
4th Nov 2016, 11:49 PM
mohammad hatami
Kindly help me create a triangle made of '*' . And a diamond made of the same and an inverted triangle made of ** too.
c++
0 Votos
3 Respuestas
29th Sep 2017, 4:48 AM
Nduta
почему результатом деления целого числа на целое число является вещественное число, разве не должно быть целое число как результат целочисленного деления? и тогда почему 2 ** 5 является целым числом?
python
0 Votos
2 Respuestas
13th Aug 2016, 7:52 AM
Erendgen
This code tries to make a triangle out of stars. But oh no! There’s an error in there somewhere - it outputs all the stars on on
")
"*
**
***
****
print(
-4 Votos
2 Respuestas
7th Dec 2021, 3:26 PM
Satyam Dixit
Haz una pregunta
Haz una pregunta
Haz una pregunta
Haz una pregunta
< Anterior
1
2
3
Siguiente >
En tendencia hoy
Help please?
4 Votes
How to get better with problem-solving and programming
1 Votes
Ejercicio Pytho
0 Votes
Odd even threads without condition variable
0 Votes
What is that z for
0 Votes
Bug on "Java for Beginners Module 3 Quiz"
1 Votes
Suggestions needed
4 Votes
Game development
0 Votes
Write a program to find the strings are in isogram or not
0 Votes
Ruby programming?
3 Votes