Swapnil Saurav

Learn Python and Data Science – WkDay SEP 2023 - Swapnil Saurav

Learn Python and Data Science – WkDay SEP 2023

This page is a live document and will be updated with content as we make progress DAY 1: Introduction to Python – Installation print(“skdjidsjgdfji”)print(“5+3=”, 5+3) num1 = 5num2 = 3print(num1 + num2)num1 = 21print(num1 – num2) # print() –print(“5+3=”,5+3,”and 6+4=”,6+4,end=” : “);# every print() statement has an invisible newline nprint( “5+5=”,5+5,”and 6+14=”,6+14); print(“Twinkle Twinkle”, end=” … Continue reading Learn Python and Data Science – WkDay SEP 2023