- Information
- AI Chat
Was this document helpful?
002 - CSC1015F Basics-1 3
Course: Computer science1015 (CSC1015F)
257 Documents
Students shared 257 documents in this course
University: University of Cape Town
Was this document helpful?
Page 1
18 February 2020
Python Basics
James Gain
Department of Computer Science
University of Cape Town
jgain@cs.uct.ac.za
1
Problem 1 Introduction
Write a program to print out the
following haiku:
Type, type, type away
Compile. Run. Hip hip hooray!
No error today!
(By Samantha W.)
2