Skip to content

Instantly share code, notes, and snippets.

@Stadlen
Created May 11, 2017 23:32
Show Gist options
  • Save Stadlen/d579b88510a9a106900e9054e32118eb to your computer and use it in GitHub Desktop.
Save Stadlen/d579b88510a9a106900e9054e32118eb to your computer and use it in GitHub Desktop.
import time
Base_salary = float(input ("Enter base salary: $"))
print ("Base salary is $" Base_salary )
time.sleep(5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment