Addition DifficultyVery Easy CategoryCoding URLhttps://app.hackthebox.com/challenges/814 Achievementhttps://labs.hackthebox.com/achievement/challenge/585736/814 ## solve python Copy a = int(input()) b = int(input()) answer = a + b print(answer) ## flag HTB{aDd1nG_4lL_tH3_waY_up_2_th3_t0p}