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 »
Create your own Calculator in Scratch, which requests 2 numbers and an operator, from the user, then outputs the result of the requested calculation. The calculator should be able to add, subtract, multiply and divide. Log into your Scratch account and build a script which solves this task (Scratch). Once done, save and share your
Introduction to Scratch Lesson 4 – Make Read More »
Study this code: Modify your code from the previous steps, to match the example. Now, explain what the updated code is doing.
Introduction to Scratch Lesson 4 – Modify Read More »