Table of Contents

Computer Lab 01, first steps

Upload system - BRUTE

practical work

homework

weekly homework

weekly homework 01

  • Create a PyCharm project.
  • Create a 01_weekly_hw.py file (module) inside the project you have just created.
  • Print your name and the result of the following expression (which must be evaluated by Python, not by you): 15 * 17 - 20 /5
  • Output example: John Doe 76.0
  • Upload the 01_weekly_hw.py file to BRUTE (weekly01 task).