Advertisement
veronikaaa86

07. Projects Creation

Jan 8th, 2022
321
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. name = input()
  2. count_projects = int(input())
  3.  
  4. time_projects = count_projects * 3
  5.  
  6. print(f'The architect {name} will need {time_projects} hours to complete {count_projects} project/s.')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement