mirror of
https://github.com/Alvin-Zilverstand/femcode.git
synced 2026-03-06 11:06:47 +01:00
10 lines
172 B
Plaintext
10 lines
172 B
Plaintext
my_string is "Hello"
|
|
my_list is [1, 2, 3]
|
|
|
|
UwU Boy len(my_string)
|
|
UwU Boy len(my_list)
|
|
|
|
UwU Boy type(my_string)
|
|
UwU Boy type(my_list)
|
|
UwU Boy type(123)
|
|
UwU Boy type(Kawaii) |