sublime text 3 freezes every time I try to execute something in "run current file"

0

I'm taking a phyton online course and the teacher is teaching the course with sublime text 3, I've been taking the course for about two weeks, but 2 days ago, sublime text 3 is going super bad, every time I want to run something in console "run current file" to be specific, it freezes me and I have to close and run the program again. As I kept programming, it started to be more frequent, I do not know what to do, I've done it all, I uninstalled it and all that, I still have that problem ..

All the programs on my laptop are going very well, except this one.

Please I need help, I know almost nothing about this because it is the first programming course I take: ((

    
asked by Emanuel 0k 15.07.2018 в 09:21
source

1 answer

0

print ("Coffe 0k")

print ("the cafes that are available to the public are:" "" "     Tibetan     salpete     cappuccino "" ")

elecionCafe = input ("select the coffee you like:")

counter_do_not enterNow = 0

while eleccionCafe == "nothing":     print ("you can not leave anything")

This is the last code that I wrote (I know it's basic and wrong) but to the best I've written something that generated this problem.

    
answered by 15.07.2018 в 09:25