Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- architect = input()
- number_of_project = int(input())
- time_per_project = 3
- total_time = number_of_project*time_per_project
- print (f"The architect {architect} will need {total_time} hours to complete {number_of_project} project/s.")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement