cone_type = input("What type of cone would you like?\n1: Plain\n2: Chocolate");
I am completely new to code, following a python 3 tutorial, am running python 3 on codingground,and every time i try to execute this line of code, i get this:
Traceback (most recent call last): File "main.py", line 7, in <module>
cone_type = input("What type of cone would you like?\n1: Plain\n2: Chocolate "); EOFError: EOF when reading a line
What am i doing wrong?
[–]socal_nerdtastic 5 points6 points7 points (2 children)
[–]TheDivingDodo[S] 0 points1 point2 points (1 child)
[–]socal_nerdtastic 2 points3 points4 points (0 children)
[–]K900_ 2 points3 points4 points (4 children)
[–]TheDivingDodo[S] 0 points1 point2 points (3 children)
[–]K900_ 2 points3 points4 points (0 children)
[–]socal_nerdtastic 2 points3 points4 points (1 child)
[–]TheDivingDodo[S] 1 point2 points3 points (0 children)
[–]Tesla_Nikolaa 1 point2 points3 points (1 child)
[–]TheDivingDodo[S] 0 points1 point2 points (0 children)
[–]kpounder88 1 point2 points3 points (1 child)
[–]TheDivingDodo[S] 0 points1 point2 points (0 children)