Corsi
Corsi
Compilatore di codice
Compilatore di codice
Discuti
Prezzi
Squadre
Accedi
Registrati
Menu
Discussioni Q&A
Cerca
Cerca
Fai una domanda
Fai una domanda
Most asked 3.0
python
2 Voti
13 Risposte
20th Dec 2024, 11:20 AM
ĪīVS
Password Validation 3.0
code
codeplayground
loops
python3
question
1 Voto
8 Risposte
15th Mar 2020, 8:04 PM
Boseka
ActionScript 3.0
as
1 Voto
2 Risposte
11th Jul 2018, 10:22 PM
Сережп Малько
Why is 9**(1/2) = 3.0
python
3 Voti
16 Risposte
19th Jan 2017, 12:22 AM
Joyx Kish
How the output is 3.0
output
1 Voto
3 Risposte
22nd Dec 2019, 2:25 PM
Sonu
Is actionscript 3.0 programming language??
language
programming
2 Voti
5 Risposte
8th Mar 2017, 6:53 AM
Indra Mahkota
how is 9**(1/2) end up as 3.0
numeric-operations
python
0 Voti
11 Risposte
22nd Jun 2016, 3:43 PM
Hamid Ibrahim
Я не понял как получается 3.0
numeric-operations
0 Voti
4 Risposte
1st Jun 2020, 1:15 PM
777SULTAN
Some textbook for Python 3.0 studying
python
rookies_alert
studying
textbook
2 Voti
2 Risposte
18th Feb 2018, 4:24 PM
Alexandr Ryabyh
Will web 3.0 use new character encoding?
html5
4 Voti
1 Risposta
15th Feb 2022, 7:06 AM
sneh gorasia
About "math" modules on Python 3.0
modules
python
0 Voti
3 Risposte
27th Jul 2017, 12:51 PM
DoctorVenomMCPE
Is Silk Road 3.0 Illegal to use ?
.onion
beyondsurface
deepweb
illegaloninternet
0 Voti
4 Risposte
24th Apr 2018, 6:28 PM
Prajjwal Pathak
Help needed on readline() in Python 3.0
file
line
python
python3
read
readline
readlines
0 Voti
1 Risposta
28th Dec 2016, 8:32 AM
Ethan ZHOU
9**(1/2 )>>> 9*1/2=3 which also means 3.0 is it right?
numeric-operations
python
0 Voti
6 Risposte
11th May 2018, 3:35 PM
Mr.Perfect
Can't I install Python 3.0 in windows 7 Ultimate ?
python
python3
1 Voto
4 Risposte
22nd Jul 2020, 4:17 AM
Nitendra Singh
IS TURBO 3.0 OR ANY OTHER C++US DIFFRUNT
c++
0 Voti
2 Risposte
4th Jul 2017, 4:05 PM
Pradyumn
Hi, Why the output of my code is:ogay overay erethay instead of :ogay veroay heretay(in Pig Latin) ?
3.0
python
6 Voti
2 Risposte
17th Dec 2021, 4:34 AM
Egor Tonchev(EGO)
how to write python 3.0 program for simple mathematical operations?
python
0 Voti
2 Risposte
27th Dec 2019, 12:49 PM
Adarsha Shimoga
Why 9**(1/2) gave answer as 3.0 and not 3?
numeric-operations
0 Voti
2 Risposte
9th Mar 2018, 5:00 PM
Mujahid Faraz Siddiqui
In python. print ( 9 * * ( 1/ 2 ) ) = 3.0
python
2 Voti
4 Risposte
7th Dec 2022, 6:54 AM
Chandana M
What is web 3.0 all about and how can someone use it?
.io
web3.0
-1 Voto
5 Risposte
8th Jan 2022, 10:41 PM
Hariton
How is it 9*(1/2) and and 3.0 is came ?
numeric-operations
python
0 Voti
2 Risposte
29th Jul 2017, 5:12 PM
Vivek Rajliwal
What is the difference between Python 2.7 and Python 3.0
python
python3
0 Voti
1 Risposta
25th Dec 2017, 5:11 AM
Farman Khan
I want to make code to count prime numbers in python 3.0
help
1 Voto
1 Risposta
8th Apr 2019, 9:30 PM
TheMentorIoErorr
double pi=22/7; system.out.println(pi);..why does this code snippets display 3.0 instead of pi value....
java
0 Voti
4 Risposte
5th Aug 2016, 11:57 PM
Ridwan
why in python the result of print(9**(1/2)) is 3.0 and not 3 ?
python3
0 Voti
2 Risposte
29th Aug 2022, 4:27 AM
Rahul Kaushik
How to make the output of 1.00 + 2.00 to be 3.00 instead of 3.0 or 3 in python?
python3
6 Voti
15 Risposte
22nd Apr 2020, 7:45 PM
Moshie Seidenfeld
Is this the new version of phyton? 3.0 I think that's what it is
lists
python
1 Voto
5 Risposte
1st Dec 2016, 10:34 PM
sakamoto448
Can anyone help me with my Python 3.0 code. I JUST CAN'T UNDERSTAND THESE INDENTATION RULES!!! Please help me out
if-statements
python
python3
sololearn
2 Voti
14 Risposte
13th Apr 2020, 4:30 PM
υмαιя вυтт
20//6 should be 3.0 but why the answer is 3 only which is integer.
numeric-operations
python
0 Voti
2 Risposte
2nd Feb 2019, 5:35 PM
Ankit kumar
9 ** (1/2) 3.0 please someone should help break this down, I'm confused. Thanks for your help and replies.
numeric-operations
2 Voti
3 Risposte
23rd Oct 2018, 12:57 PM
Eby
How print (9**(1/2)) will be the output as 3.0 What it does mean? 1/2=0.5 then 9**means twice of 9 right, So 9x9x0.5=40.5right ?
numeric-operations
-1 Voto
10 Risposte
28th Feb 2021, 6:25 AM
Udhaya Kumar
Why there is no any float while print('2**5') 32 where as 9**1/2 is a float 3.0 ??
exponential
0 Voti
1 Risposta
29th May 2021, 12:31 AM
Zuhair hasan Shaik
What is different the version of phyton 2.0 and phyton 3.0 ? _Please to explain, for the main point only. Thank you
phyton
2 Voti
8 Risposte
11th Feb 2018, 1:57 AM
Sujanggy Adi
Write a C++ program to sum of even numbes between 1 to 'n' terms using UDF(User Defined Functions).Turbo C++ 3.0 compatible.
c++
1 Voto
5 Risposte
26th Dec 2017, 1:23 PM
Koustub Poddar
Divisions create float in python 3 then... Why float is used in >>>9**(1/2) that is 3.0 and >>>2**5 is 32
numeric-operations
python
0 Voti
2 Risposte
14th Jul 2017, 6:21 AM
pratik ahir
Am using python 2.3.5 (command line) when I input 9**(1/2)=1 I know literally is 3.0 but my pc gave me 1. Any help
python
0 Voti
2 Risposte
28th Dec 2016, 5:43 PM
OBENG ERIC
Anyone to help out on this codes?
-1.0,
-9.3,
0,
1.0,
1.5,
12,
2.5,
22,
3.0
34,
43,
45,
54,
7
99
any
c++
choosing.
data:
different
i:
ii:
iii:
numbers
of
own
program
run
sets
three
times,
using
your
-1 Voto
1 Risposta
13th Oct 2018, 2:51 PM
Abraham Shilikomwenyo
Fai una domanda
Fai una domanda
Fai una domanda
Fai una domanda
Popolare oggi
Is it possible to convert .zip file to apk? If yes, how??
1 Votes
Pointers cpp
2 Votes
I think the heart system is ridiculous, 5 hearts that refill after like 5 hours? That is really just crazy to me.
1 Votes
What do you think of this code and what are your suggestions for developing and modifying it?, How can I develop myself more?
0 Votes
How to add two strings together in ts or css
1 Votes
Why can’t I use double “ in python?
0 Votes
Is pro worth the money ?
1 Votes
2 cases not correct what's the problem
1 Votes
Drawing images in java
2 Votes
Need Guidance: AI Tools for Creating an App Prototype & UI/UX Design
1 Votes