2.1. Personal Information - Python - ❤️ SOLUTIONS MOVED TO DISCORD ❤️

Опубликовано: 22 Сентябрь 2016
на канале: Kakra Detome
55,835
390

❤️ SOLUTIONS ON DISCORD Join my Discord server -   / discord  

Hello everyone, unfortunately Pearson, the publisher, is making it difficult to post the programming challenges because they're calling it a copyright infringement to use their questions on video even though I'm 100% using my solutions. Because of this, I'll be helping you by providing you with the complete solutions (with extensive comments) of the programming challenges (Python, Java etc) for a fee. If you need help, message me on Discord for a breakdown of each of the chapter questions and their cost.

❤️ Need help with code? Join my Discord server -   / discord  

❤️ Other playlists

Programming challenges - Starting out with Python,    • Programming challenges - Starting out...  

Programming challenges - Starting out with Java,    • Programming challenges - Starting out...  

Learn Python,    • Learn Python  

Learn Java,    • Learn Java  

Learn PHP,    • Learn PHP  

Learn Unix,    • Learn Unix  

Learn Git,    • Learn Git  

Website of the Day,    • Website of the Day  

Tech how tos -    • Tech How Tos  

❤️ Need help with code? Join my Discord server (Paid programming challenges solutions, programming classes and more)   / discord  

Hello everyone, hope you're all doing well. Regarding the string values of the string variables, we don't have to necessarily surround them with parenthesis. I surrounded them with parenthesis out of the practice of surrounding my strings with parenthesis when using a method/function in java, which is unrelated to this. However it doesn't affect our program in this video. So you don't have to use parenthesis. Feel free to not use them and just create your strings with the opening and closing quotations. An example will be something like this,

name = "Atta Kakra Detome Henoun"

... no parenthesis. Hope this helps. Take care and please let me know if you have any questions ok 😊

Starting out with Python, Third Edition, Tony Gaddis
Chapter 2
Programming Challenges

1. Personal Information

Write a program that displays the following information:

Your name
Your address, with city, state, and ZIP
Your telephone number
Your college major

Starting out with Python, Third Edition, Tony Gaddis

Thanks 😊