0%

whoami

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
from Gansu import home
from ustc import university
from alibaba import work

def whoami():
"""
A simple function to describe who am I.

Args:
first_name: Yunfeng
last_name: Wang
homepage: http://home.ustc.edu.cn/~wangyf11
e-mail: wyf.brz@gmail.com
hobbies: ['Reading', 'Exploring', 'Training a model', 'Staring at losses']

Returns:
A normal guy wanting to explore the interesting world and make the world a better place.

Raises:
UpsetError: If the losses don't decrease
TooHappyError: If the model achieves accu/miu of 0.99999
HungryError: If no potatoes in food
"""
pass