If you are talking about user input, then you can just write:
a=input('Enter your desired number: ')
The above code will ask you to enter the number, and whatever number you enter will be stored in the variable 'a.'
If you simply want to initialize the variable, then you can write:
a=10
If you are looking for an online course to learn Python, check out this Python Training program by Intellipaat.