#data-analysis
Read more stories on Hashnode
Articles with this tag
Started my Visualization journey on Tableau. First i got to install the tableau public because i couldn't afford the tableau desktop version. Learning...
myBill = float(input("What was the bill?: ")) numberOfPeople = int(input("How many people?: ")) tip = int(input("What percent tip do you want to...