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