#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ Created on Wed Jun 21 13:34:24 2023 @author: richardson """ # here is a sneaky way to do a block comment """ import sys # needed for exiting code print("hi") sys.exit("I am exiting") # stops execution and prints message print("hi2") """ # ALSO Command-1 comments everything # also Command-4 adds a block comment # hnoig'r # GTAJIOPGA # GRJIPAGREJP[O' x= 140/3; print(x) x2 = round(x,3) # roundsx to 3 digits after the decimal print(x2)