print("hello world")
print(value := 10) #walrus operator
pep3 install pandas #pip3 for mac termincal
import pandas
println(17*13)
#This is a comment
for multi line comment use triple ''' or """
Alt + ↓ #to move line
Escape Sequence Characters \n \"
print("I am a good \"boy\" and\nthis is new line")
print("Hey", 6, 7, sep="~", end="009\n")