Introduction to Python Lesson 1 – Make 4
Create a program to output this ASCII tadpole onto the screen: ~~~~~~~(:::::)
Introduction to Python Lesson 1 – Make 4 Read More »
Create a program to output this ASCII tadpole onto the screen: ~~~~~~~(:::::)
Introduction to Python Lesson 1 – Make 4 Read More »
Create a program to output this sequence of prime numbers: 2 3 5 7 11 13
Introduction to Python Lesson 1 – Make 3 Read More »
Create a program which prints a message of your choice to the screen.
Introduction to Python Lesson 1 – Make 2 Read More »
Write a program which prints an inputted name to the screen
Introduction to Python Lesson 1 – Make 1 Read More »
Study this modified code: Explain what the code is doing.
Introduction to Python Lesson 1 – Modify Read More »
Using the python IDE below, investigate the following and explain your findings in the text area below. 1. What happens if you remove the quotes? Why? 2. What happens if you change the word ‘there’ to ‘you’? Why? 3. What happens if you make the ‘p’ of print a capital ‘P’? Why?
Introduction to Python Lesson 1 – Investigate Read More »
Now type the code into the IDE below and run the program to see the code’s output.
Introduction to Python Lesson 1 – Run Read More »
What do you think the code will do? print(“Hello there!”)
Introduction to Python Lesson 1 – Predict Read More »