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
print ( 8 ** ( 1/3 ) )
help
me
plz
0 Votos
4 Respuestas
7th Aug 2021, 7:11 AM
Akash Kumar
print( 2**5 ) print( 9 ** (1/2) )
phyton
0 Votos
2 Respuestas
4th Oct 2020, 8:22 AM
Caleb Wendi
Im only a freshman so what does ** do?
numeric-operations
python
0 Votos
9 Respuestas
2nd Sep 2016, 1:11 AM
Gaming Scrub
Plz tell how to print source file code in its output in C++ not in c
**
0 Votos
3 Respuestas
6th Apr 2020, 5:37 PM
Amit Kumar
I didn't understand this !!!! what is ** ???
numeric-operations
python
1 Voto
6 Respuestas
20th Sep 2016, 1:46 PM
Manoj Kumar
>>> / ** what is their action?
numeric-operations
python
0 Votos
2 Respuestas
7th Sep 2016, 11:23 AM
Rene Rodriguez
Pls how is this solved (9 ** 0.5)
https://code.sololearn.com/cq2e4n0hw9iv/?ref=app
0 Votos
2 Respuestas
8th Jan 2022, 6:48 AM
Ifeanyi
How to display * ** *** **** *****
c++
2 Votos
2 Respuestas
6th Sep 2016, 5:06 PM
mukul joshi
кто-то понял про ** в 4 уроке я нет
off
0 Votos
2 Respuestas
28th Mar 2022, 11:49 AM
Mirik Rozhkov
Please help give an outline >> raising to a power: **
python
1 Voto
4 Respuestas
9th Dec 2019, 5:22 PM
Angel Destiny Walakira
** My question is how to implement runtime polymorphism in multilevel inheritance?
c++
inheritance
multilevel
oop
polymorphism
runtime
0 Votos
5 Respuestas
2nd Jan 2023, 2:20 AM
Sudip
What does **mean exactly
**
python3
2 Votos
4 Respuestas
24th Jun 2020, 7:37 PM
King
What does ** or // represents in pythons ?
python3
Q&A
0 Votos
2 Respuestas
23rd May 2017, 11:24 AM
Rahul Gupta
how to make this in array? * ** *** **** *****
arrays
java
0 Votos
6 Respuestas
22nd Aug 2016, 1:47 PM
bubbly
Why in code b = 0.1 * 2 ** 5 print (b) result is 3.2 and in code a = input (int ()) b = 0.1 * 2 ** 5 print (b) result 03.2?
python3
1 Voto
14 Respuestas
31st Oct 2020, 8:35 AM
сергей сергей
What is the meaning of ** or what it = ?
numeric-operations
python
1 Voto
2 Respuestas
24th Apr 2019, 12:26 AM
boubekeur
How can I put powers (exponents) without using double **
double
operators
python
0 Votos
3 Respuestas
16th Mar 2017, 8:37 PM
Diana Alejandra Trejo
How to hide password by ** entered by user in C language
c
1 Voto
4 Respuestas
9th Mar 2019, 3:34 PM
Shubham Rampurkar
What is ( 1 + _ ) ** 2 [fill in)
numeric-operations
python
0 Votos
2 Respuestas
12th Apr 2018, 8:15 AM
MCSHABBA
Можете объяснить что значат эти знаки если не сложно ** // %
python
0 Votos
3 Respuestas
28th Apr 2023, 9:02 AM
Ефим Головко
how to print a staircase in python? like below ** **** ****** ********
python
0 Votos
8 Respuestas
13th Aug 2016, 1:57 AM
AKHILESH VVN
Please can anyone explain the meaning of ++ or ** really confused
challenge
1 Voto
3 Respuestas
11th Apr 2018, 11:23 PM
Israel Hart
I want to extract this format how to extract it using * *** **** ** *
java
1 Voto
8 Respuestas
23rd Sep 2019, 11:22 AM
Waad Mohamed
How can i make the pyramid by*? Like* ** *** ****
a
-1 Voto
2 Respuestas
31st Dec 2019, 4:40 PM
Abbasali
How can I do the oppisite function of ** in python?
python
0 Votos
3 Respuestas
26th Nov 2017, 2:44 PM
Josu Toja
Write a program in C++ to print given pattern: **** ### ** #
and
astric
hastag
pattern
1 Voto
3 Respuestas
27th Mar 2023, 6:23 PM
Simran Samantra
x = 2 while x < 400: print(x) x = x ** 2 while True: print(x**2, end=" ") if x == 400: break x = x **
python3
0 Votos
2 Respuestas
6th Aug 2020, 12:23 PM
Ashish Singh
what is the output of this JavaScript Code? alert (125 ** (1/3) );
javascript
1 Voto
3 Respuestas
20th Jun 2020, 7:46 PM
Shishupal Kumar
1 more question so how i can make this * ** ***
java
0 Votos
3 Respuestas
10th Aug 2016, 5:07 AM
Dinardoo Awangrief
What is the difference between 2 ** x and 2 * x?
python
0 Votos
3 Respuestas
4th May 2017, 6:38 AM
#Phootpritz
write a program to print the following output:- 1 ** 222 **** 33333
c++
0 Votos
2 Respuestas
13th Aug 2016, 8:48 PM
Asim
9 ** (1/2) 3.0 please someone should help break this down, I'm confused. Thanks for your help and replies.
numeric-operations
2 Votos
3 Respuestas
23rd Oct 2018, 12:57 PM
Eby
Write a nested loops to output this pattern: ******* ****** ***** **** *** ** *
java
1 Voto
3 Respuestas
18th Feb 2017, 9:04 PM
Vicky Li
what can be the program TO print * ** *** **** using looping statements
c++
1 Voto
2 Respuestas
24th Oct 2016, 3:54 PM
manish chouhan
Produce the following output using a method that applies recursion * ** *** **** *****
java
math
0 Votos
4 Respuestas
29th Jul 2016, 5:17 AM
Nick Nderitu
I can't understand Exponentiation. What does that two multiplication signs ** means ? Please help !
numeric-operations
0 Votos
3 Respuestas
27th Mar 2018, 4:18 PM
Advait
What is the coding for the following pattern in java netbeans? **** ### ** #
java
1 Voto
2 Respuestas
3rd Mar 2018, 6:16 AM
Manroop Singh
Please someone should help me out in python,,exponentiation is cracking my mind....please the meaning of this **
numeric-operations
1 Voto
2 Respuestas
29th Jul 2019, 2:09 PM
Prince Baidoo
Why 10**2**3 equals to 100000000
**
pow
power
python
1 Voto
5 Respuestas
29th May 2019, 2:35 PM
Alice
Does ** operator in python have any limitations as the code below isn't printing anything at all
operators
python
python3
variables
0 Votos
2 Respuestas
5th Jul 2021, 5:20 AM
Sk. Ahmed Razha Khan
How can I make the pyramid by* in c?like * ** *** **** ***** until n line.
c
-2 Votos
2 Respuestas
31st Dec 2019, 4:43 PM
Abbasali
**When i=4 , j=1 , switch (4+1-1)=4, ( case 4: ) what will be the right output? **
c
cprogramming
help
output_tracing
0 Votos
3 Respuestas
4th Jan 2022, 6:07 PM
Rafid
Fix the code to output a triangle of Stars with four rows: print ("* ** *** ****")
python3
0 Votos
2 Respuestas
6th Aug 2022, 12:11 AM
Samuel Adesanya
Two asterisks ** are used to raise a number to the power of another, which is called exponentiation.
#no
0 Votos
2 Respuestas
2nd Oct 2022, 6:34 PM
garima
please help me to buld logic for this c++ pattren code please &&&&&&& & ****** & **** & ** & * &&&&&&&
c++
1 Voto
6 Respuestas
4th Dec 2020, 11:15 AM
Imran Ali
guys. how to code array with image. the image will be like this. * ** *** **** *****
php
0 Votos
4 Respuestas
11th Jul 2016, 12:07 PM
Lenherij Oaba
print( 9 ** (1/2) ) как это понять имею в виду что за число выйдет? Как начать самому разбираться в этом?
numeric-operations
0 Votos
2 Respuestas
7th Dec 2020, 5:31 PM
Давид Золотухо
**What is the usage of "Break" statement here and how 6 came on the output? **
#basic
#c
#cprogramming
#help
#urgent
0 Votos
1 Respuesta
2nd Jan 2022, 2:57 PM
Rafid
Is exponentiation operator is used for string like "muthu" ** 2 like this it can work??
python
0 Votos
1 Respuesta
21st Mar 2018, 1:49 AM
R.MUTHUMOHANPRASATH
* ** **** ******** **************** I can't solve this problem! the asterisk should be doubled on each line than previous
c#
-1 Voto
6 Respuestas
7th Sep 2016, 2:02 PM
Santhosh Durai
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