Vivek Test Page
Revision as of 07:54, 6 April 2020 by Russ hensel (talk | contribs)
This is Vivek's Test Page
((-3./5.) ** 3 ) * ( (5./3.) ** 2 )
example_loop_forever
def example_loop_forever(): print( """Example of for loop forever - stop with cntrl - c """ ) while True: print("condition is true")
Vivek's Example
# put code here