Friday, 29 August 2014

Excellent News!

Hello there blog readers!

Yesterday, after studying for a month myself and a friend completed and passed the Microsoft Technology Associate in Networking Fundamentals exam. This makes us Microsoft Technology Associates as well as Microsoft Certified Professionals.

This exam built upon the foundations of networking knowledge that was gained as part of our degree and gave us a beginner basis of networking knowledge and i would thoroughly recommend that you take the exam if you want to gain a better understanding of networking.

https://www.microsoft.com/learning/en-gb/exam-98-366.aspx

The above link is to the Microsoft page that explains about the exam and shows you the places that run the exam should you want to take it. 

Today's foray on Code Academy is on Strings & Console Output

The first thing you need to know is about strings, strings are lines of code that allow you to enter letters, numbers and symbols. 

For instance, name = "Beth!"

As you can see in my example, the string data needs to be between 2 quotation marks.

See this in action below using the following code;

# Assign your variables below, each on its own line!

caesar = "Graham"

praline = "John"

viking = "Teresa"
# Put your variables above this line

print caesar
print praline
print viking












Thats all for the moment because this post is quite long but no doubt i'll post more tomorrow or even later on this evening, such as it remains.

Good day blog readers!

No comments:

Post a Comment