1/4
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
\n
newline
\t
tab
food - “Butter“
bug = “fly“
prettyBug = food + bug
print(prettyBug)
Butterfly
print(10 * “=“)
==========
school = “School“
print(school[0])
S