- 1

Python programming question

Hello, help me with this programming. Write a program using a microalgorithm that prints a number from base a to base b

13th Jan 2021, 9:56 AM
hamed ghorbany
hamed ghorbany - avatar
7 odpowiedzi
+ 4
hamed ghorbany If u don't knw , kindly read the lessons properly .If you want help with your homework ,Post your attempt first ... There's no Spoonfeeding here ...
13th Jan 2021, 10:04 AM
Alphin K Sajan
Alphin K Sajan - avatar
+ 3
hamed ghorbany The reason why it is hard to get an answer is because your question is unclear; you dont have your attempt. So next time please clarify your question and show your attempt first. And by the way, are you referring to something like printing from value1 to value2? Like this?? - - > 1 2 3 4 5 Then if this is your case, you can use "range" Parameters: range(start, end, step) Then use loop to iterate and print your values. The rest is up to you.
13th Jan 2021, 11:26 AM
noteve
noteve - avatar
0
I know my lessons, I had a question about this, if you do not know, thank you
13th Jan 2021, 10:17 AM
hamed ghorbany
hamed ghorbany - avatar
0
My question is quite clear and it is related to Python programming, that is, a number from, for example, base b to base 10, this is what I want to write in Python. I have trouble writing about this Either you do not know or you hit yourself that way 😒
13th Jan 2021, 2:14 PM
hamed ghorbany
hamed ghorbany - avatar
0
This code is not optimized but it is good to understand how the algorithm works. https://code.sololearn.com/c710Ax4goj13/?ref=app
15th Jan 2021, 8:35 AM
R3dSt0ne
R3dSt0ne - avatar
- 1
help me
13th Jan 2021, 9:58 AM
hamed ghorbany
hamed ghorbany - avatar
- 2
I do not know
13th Jan 2021, 10:00 AM
hamed ghorbany
hamed ghorbany - avatar