Practice Memory Diagram


Snippet

    def division(x: int, y: int) -> float: 
        return y / x
        print(y % x)

    print(division(y=64, x=16))

    print(int(64/16))

Solution

Video

Video

Image Description Here

Image Description

(Coming Soon)

Contributor(s): Created by Viktorya Hunanyan, Reviewed by Alyssa Lytle