- 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
8 Answers
+ 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 ...
+ 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.
0
I know my lessons, I had a question about this, if you do not know, thank you
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 đ
0
This code is not optimized but it is good to understand how the algorithm works.
https://code.sololearn.com/c710Ax4goj13/?ref=app
- 1
help me
- 2
I do not know