Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5
X = 0.01*(2**30) Y = 1000 if X > Y: print(X) else: print(Y)
6th May 2021, 5:14 PM
Rinaldo Nikilson
Rinaldo Nikilson - avatar
+ 9
Pls post your attempt if you want help in Q&A. If you want codes to refer you can find it in the Code section .Also,Kindly use the search bar before posting Questions .
6th May 2021, 4:03 PM
Kǟrɨsɦmǟ ❥
Kǟrɨsɦmǟ ❥ - avatar
+ 7
Delvin Davis-34 See according to me if u are a beginner then firstly u should go for python for beginners course. Because it will give u the basic knowledge. And then after that u can go for code coach problems.
6th May 2021, 4:08 PM
Kǟrɨsɦmǟ ❥
Kǟrɨsɦmǟ ❥ - avatar
+ 4
Hi! Please, show us your code attempt! Thx!
6th May 2021, 4:03 PM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
+ 3
Thanx guys it worked It was Print (0.01*(2**30))
7th May 2021, 4:14 AM
Delvin Davis
Delvin Davis - avatar
+ 2
I am just a beginner So I have some starting problem 😅
6th May 2021, 4:03 PM
Delvin Davis
Delvin Davis - avatar
+ 2
tot_value = 0.01*(2*30) print(tot_value)
8th May 2021, 2:23 AM
Rahul Rashmith
Rahul Rashmith - avatar
+ 2
Delvin Davis It seems your question appears to be an assignment. Please show us your attempt and use the 8 rules to get help from the community. https://www.sololearn.com/Blog/38/8-simple-rules-to-get-help-from-the-community *can be a code coach solution which is meant for you to do to help you establish your skills abilities and where you need to learn... not the community *one issued by a school or other institution *one issued or created by another platform *one that appears to be in the form of a challenge that was created by you or somewhere else. Your question has been reviewed and will be marked for deletion. https://www.sololearn.com/Discuss/1316935/?ref=app
8th May 2021, 4:55 AM
BroFar
BroFar - avatar
+ 2
Guys now no need of answer I already did it Don't you guys see my post
8th May 2021, 4:40 PM
Delvin Davis
Delvin Davis - avatar
+ 2
😁
8th May 2021, 4:40 PM
Delvin Davis
Delvin Davis - avatar
+ 1
Okay guys
6th May 2021, 4:06 PM
Delvin Davis
Delvin Davis - avatar
+ 1
print(1/100) * (2**30)
7th May 2021, 11:01 AM
MONSTR1K
+ 1
You need to calculate the flight time of an upcoming trip. You are flying from LA to Sydney, covering a distance of 7425 miles, the plane flies at an average speed of 550 miles an hour. Calculate and output the total flight time in hours. Hint The result should be a float.
7th May 2021, 7:37 PM
Siva Kumar S
Siva Kumar S - avatar