Python
1: Print Function
2: Escape Sequence
3: Comments
4: Escape Sequence as Normal Text
5: Print Emoji
6: Python as Calculator
7: Strings Concatenation
8: Input
9: int function
10: Variables
11: String Formatting
12: String Indexing
13: String Slicing
14: Step Argument
15: Some useful function and methods
16: Strip Method
17: Find and Replace method
2: Escape Sequence
3: Comments
4: Escape Sequence as Normal Text
5: Print Emoji
6: Python as Calculator
7: Strings Concatenation
8: Input
9: int function
10: Variables
11: String Formatting
12: String Indexing
13: String Slicing
14: Step Argument
15: Some useful function and methods
16: Strip Method
17: Find and Replace method
Chapter 5: Print Emoji
Link for emoji code: https://unicode.org/emoji/charts/full-emoji-list.html
Copy the emoji code, paste it into the print function inside double quotes, replace + with 000, and add \ in front of the code.
Example: If the emoji code is U+1F600, rewrite it as \U0001F600 and use it inside the print function like this print("\U0001F600")
print("\U0001F600")
Output: ?
print("\U0001F976")
Output: ?