ydpetkov

project_creation

Jul 7th, 2022 (edited)
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.13 KB | None | 0 0
  1. name = input()
  2. project = int(input())
  3. print(f'The architect {name} will need {project * 3} hours to complete {project} project/s.')
  4.  
  5.  
Add Comment
Please, Sign In to add comment