Lesson 04: Cheat Sheet an_int = 1a_float = 1.2float(an_int)int(a_float)an_int*3new_obj = (an_int*3)/798%398//3