Gold Collector
[ARgame game=”3868″]
Click here to download
Download “Gold Collector” gc.swf – Downloaded 425 times – 122 KB
Concatenation is something my students always find a little confusing at first. Concatenation is about joining different pieces of information into one print function. Example 1 To help us better understand this let’s look back at the example of how Python treats strings and integers differently. Do you remember the example below? If not run more »
Input allows a user to add data to a variable for use later in the programme. This is great if you want to ask the user for anything such as their age or anything else! by default Python always assumes all input data is a string datatype. To change this wrap the input function within more »
Reading Text from a File Everything we have done so far only adds text to a text file and closes the file. Nothing is displayed (printed) on our screens. Now we want to take information from a text file and display it on our screens. Notice how the code below on line 1 when opening more »
Importing Datasets In this video, I demonstrate how to import data from a text file and give examples of how to append data to an existing table and add data to a new table. below are the datasets I used in my databases. Customers dataset – – This has been randomly generated using the website more »