Joined January 2015
4 Photos and videos
TIP: you can cast one data type to another e.g a sting to an integer int(variable name) or integer to string str(variable name) #python
3
1
3
TIP: Syntax errors mean you have a problem with the way your code is written. Look for missing ( ) , : and " " in your code! #Python
4
Had a long day coding? Make navigating your piles of code easier by adding comments with the # key #this is a comment #Python
1
If "late to work": print("RUN!") else: print("Have a brew") #Python
1
1
print("Good Morning!") #python
2
1
TIP: Have two windows snapped open side by side ! Its much faster! #Python
1
Need any help with coding? Message us! #Python
Variable can be defined/named anything you wish and can store data types as shown below... #Python
1
Little mini project I'm doing... #Python
TIP: You can press 'f5' after saving a python code to run it! #Python
TIP : All functions will be purple in Python when typed correctly! #Python
The print( ) function allows you to display a message on screen! Don't forget the " " inside the brackets! #Python
1
2