//video(https://youtube.com/shorts/MwcYNM8uSms?feature=share) func c(a: Int) -> Int { return a * a * a } var cuboDe3 = c(a: 3) print(cuboDe3)