1. int (integer) - 1; 27; 49; 2917
2. str (string) - "Hello, World!"; "Its a string"
3. float - 3.14; 461.8; 15.785
4. bool - True; False;
5. list - [1, 2, 3]; ["its", "a", "list"]
6. dict - {"name": "test", "age": 18}
1. int (integer) - 1; 27; 49; 2917
2. str (string) - "Hello, World!"; "Its a string"
3. float - 3.14; 461.8; 15.785
4. bool - True; False;
5. list - [1, 2, 3]; ["its", "a", "list"]
6. dict - {"name": "test", "age": 18}