171k views
5 votes
Python full code not displaying
only hello prints

Python full code not displaying only hello prints-example-1
User Grandia
by
8.5k points

1 Answer

2 votes
From the code you posted, there is no function call to vendingMachine()

Try at the top of your code:

print ("hello")
vendingMachine()

def vendingMachine():
...
User Johannes Klug
by
7.9k points

No related questions found