- 3
Does BASIC programming has some similarities to python.
3 Réponses
0
Prince Heritage
I think you already got your answer on Which type of questions you can ask in QA.
https://www.sololearn.com/Discuss/2815704/?ref=app
0
Well the very basics are always the same. In any language we have control structures like conditionals and loops, can store values and do calculations on them, and have input and output.
But apart from that python and basic are very different in terms of grammer, core concepts and focus and technical realization