Learn practical skills, build real-world projects, and advance your career
my_fav_num = 69
if not my_fav_num == 69:
    print('wtf!')
else:
    print('noice')
wtf!