Skip to content

Instantly share code, notes, and snippets.

View Ananddgithub's full-sized avatar
🏠
Working from home

Anand Devanathan Ananddgithub

🏠
Working from home
  • Visteon
  • Chennai
View GitHub Profile
1. Basics
print("Hello Anand")
2. Variables :
FYI :
case sensitive, letters (a-z), underscore, numbers (0-9), cannot add int with string, no space in bw twenty_one
values can be string or numbers, string should be with double quotes
sample code