This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |