Python 3.9.4 (v3.9.4:142e3088f, Jan 1, 2021, 00:00:00)
Type "help", "copyright", "credits" or "license()" for more information.
>>> str149828.carrd.co
>>> print(what_i_use)
> program
> brushes
>>> print(art_prints)
> inprnt shop
>>> print(commissions)
> commissions details
> commissions closed
Traceback (most recent call last):
⠀⠀File "<pyshell#1>", line 1, in <module>
⠀⠀⠀⠀You have reached the end of this section. :]
NameError: name 'You have reached the end of this section. :]' is not defined
// before_you_follow.py
>>> print(notices)
> sometimes i post art containing mild gore (blood/body horror)
> i don't draw fan art for my interests very often (if at all)
> i am a student so i will be very inactive during school months
// what_i_use.py
>>> print(hardware)
ipad air, 1st gen apple pencil
>>> print(program)
procreate
>>> print(canvas_specs)
2000x2200, 300 dpi
// brushes.py
>>> print(line_art)
gel pen / hb pencil (default)
>>> print(coloring)
hard brush (default)
>>> print(halftones)
true grit texture supply (free pack)
Traceback (most recent call last):
⠀⠀File "<pyshell#1>", line 1, in <module>
⠀⠀⠀⠀You have reached the end of this section. :]
NameError: name 'You have reached the end of this section. :]' is not defined
// movies/shows.py
>>> print(fav_movies)
akira, paprika, howl's moving castle
>>> print(fav_shows)
dorohedoro, madoka magica, mob psycho 100, demon slayer, hunter x hunter, bleach
Traceback (most recent call last):
⠀⠀File "<pyshell#1>", line 1, in <module>
⠀⠀⠀⠀You have reached the end of this section. :]
NameError: name 'You have reached the end of this section. :]' is not defined
// games.py
>>> print(fav_games)
hades, don't starve together, breath of the wild, smash ultimate
Traceback (most recent call last):
⠀⠀File "<pyshell#1>", line 1, in <module>
⠀⠀⠀⠀You have reached the end of this section. :]
NameError: name 'You have reached the end of this section. :]' is not defined
// music.py
>>> print(musicians)
jun togawa, nastyona, panchiko, mitski, dead kennedys
// songs.py
>>> print(fav_songs)
> mushi no onna (jun togawa)
> jordan river (nastyona)
> parade (susumu hirasawa)
Traceback (most recent call last):
⠀⠀File "<pyshell#1>", line 1, in <module>
⠀⠀⠀⠀You have reached the end of this section. :]
NameError: name 'You have reached the end of this section. :]' is not defined
// commission_info.py
>>> print(commission_status)
commissions closed.
>>> print(options_and_prices)
> fully colored portrait - $25
> extra elements - +$3-5 for each extra element
>>> print(examples)
this is what the portraits will look like!
Traceback (most recent call last):
⠀⠀File "<pyshell#1>", line 1, in <module>
⠀⠀⠀⠀You have reached the end of this section. :]
NameError: name 'You have reached the end of this section. :]' is not defined