I dunno whats the purpose of this \n
in python
Here is an example shown below:
rangeNum = int(raw_input("Enter the max number you'd like to go up to: \n"))
I dunno whats the purpose of this \n
in python
Here is an example shown below:
rangeNum = int(raw_input("Enter the max number you'd like to go up to: \n"))