Index

Welcome to n0nexist's website!

click one of the tabs to select my social media



 loading bio...

root@n0nexist:~$ python3
Python 3.*.* (main, *** ** ****, **:**:**) [GCC *.*.*] on linux
Type "help", "copyright", "credits" or "license" for more information.

>>> from none_xist import bio

>>> biography = bio.getBio()

>>> biography['Country']
'italy'

>>> biography['Hobbies']
['Coding', 'Gym', 'Playing videogames', 'Touching grass']

>>> biography['Name']
Traceback (most recent call last):
File " ", line 1, in
KeyError: 'Name'