num = float(input("Enter a number: "))
num1 = int(num)
print(num - num1)
I hope this helps!
From the code you posted, there is no function call to vendingMachine()
Try at the top of your code:
print ("hello")
vendingMachine()
def vendingMachine():
...
Answer:
068
Explanation:
Or if you want binary it's 01000100