I need assistance with this Python Problem - Programming - Nairaland
Nairaland Forum › Science/Technology › Programming › I need assistance with this Python Problem (451 Views)
| I need assistance with this Python Problem by Tarvel(op): 12:37pm On Jan 07, 2021*. Modified: 1:57pm On Jan 07, 2021 |
Good afternoon, I need assistance For example a = int(input()) while True: Print ( a // 2) The problem is how do I make variable a equal to the next answer, and then the next answer equal to the next? Let's say a = 10 It'll print 5 How do I make it print (5 // 2) And then print (2 // 2)... I'm not sure if I explained it properly, but I need assistance. Thanks in advance |
| Re: I need assistance with this Python Problem by Tarvel(op): 1:48pm On Jan 07, 2021 |
Anybody? |
| Re: I need assistance with this Python Problem by Tarvel(op): 1:57pm On Jan 07, 2021 |
Tarvel:I've modified my question |
| Re: I need assistance with this Python Problem by Nobody: 2:10pm On Jan 07, 2021 |
You assign the answer to the same variable a = int(input()) while a > 0 : #You don't want an infinite loop a = a/2 print(a) This is what I understood from the question |
| Re: I need assistance with this Python Problem by Tarvel(op): 2:34pm On Jan 07, 2021 |
This is what I'm trying to figure out
|
| Re: I need assistance with this Python Problem by Tarvel(op): 2:34pm On Jan 07, 2021 |
DrLevi:Please check the picture above, thanks |
| Re: I need assistance with this Python Problem by Tarvel(op): 2:45pm On Jan 07, 2021*. Modified: 3:14pm On Jan 07, 2021 |
DrLevi:I want an infinity loop, I want it to continue giving me the output of a but with the consecutive answers till I get 1 as my answer |
| Re: I need assistance with this Python Problem by Tarvel(op): 3:10pm On Jan 07, 2021 |
I've gotten it now, thanks ![]()
|
| Re: I need assistance with this Python Problem by Deicide: 5:48pm On Jan 07, 2021 |
Remove that While b==True |
Who Can Help Out With This Python Problem? • Help With This Python Programming Assignment Please • Can Someone Help Me With A Solution To This Python Problem • 2 • 3 • 4
How Magento Development Trends Are Accelerating Ecommerce Evolutions • Model To Use • Please Help Me
