Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 553 Bytes

File metadata and controls

15 lines (13 loc) · 553 Bytes

Homework 1: Introduction to Python and Git

1.1 AI Discussion and Topics

Ask any AI models about workshop 1 topics and share chat. Explain the following topics and provide examples:

  • print function
  • arithmetic operations
  • variables (not discussed on a workshop)

1.2 Git and Python Basics

  • Create a git repository and publish it
  • Create a python script called main.py
  • Write code that will:
    • Create variables to store your name and favorite color
    • Print these variables
    • Use string addition to combine them into a sentence