Changes

Jump to: navigation, search

OPS245 Scripting Exercises dev

2 bytes added, 15:09, 14 January 2023
Python Variables
</pre>
==== Python Variables ====
Python variables can be used in the same way as Bash variables (ie you do not need to assign a type when creating the variable). However, Python allows you the option to specify a data type when creating a variable. This is called casting. Python data types and casting is something we may look at later in the course.

Navigation menu