Ddimov90

projects_creation_07

Sep 18th, 2025
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.18 KB | Source Code | 0 0
  1. arc_name = input()
  2. projects_num = int(input())
  3. hours_needed = projects_num * 3
  4.  
  5. print(f"The architect {arc_name} will need {hours_needed} hours to complete {projects_num} project/s.")
  6.  
Advertisement
Add Comment
Please, Sign In to add comment