Advertisement
marev81

Untitled

May 18th, 2023
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. architect = input()
  2. number_of_project = int(input())
  3. time_per_project = 3
  4. total_time = number_of_project*time_per_project
  5. 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