If python good to learn before c/c#/c++?
As question states.
Also, my most 'advanced' code after 10minutes in computer learning when I was meant to be making a 3d model.
Also, my most 'advanced' code after 10minutes in computer learning when I was meant to be making a 3d model.
Code:
x = input('Enter Age')
print(x + ' is your age')
