Skip to content

DenzelDCB/OnPage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Complete Python GuideBook 👍

The Ultimate for Beginners Costs: 1 star 🌟💰

Contents of Table

⭐ Find Python projects at this channel = https://www.youtube.com/@DenzelBabs

  1. Getting Python
  2. Opening Codespace
  3. print() Function
  4. First Challenge
  5. Variables
  • 5.a Int
  • 5.b String
  • 5.c Float
  • More to Come... ⏰ Updating Packet!

Getting Python🐍

Recommended for any language

Just for Python


Opening Codespace

For Github :octocat:

For people with a github account:

  • Go to https://github.com
  • Go to the top left panel
  • Click on Codespaces
  • Create a Codespace
  • And you're done!

print() function

Inside the codespace for Github :octocat::

  1. Go to the tool bar
  2. Click on File
  3. Create a new text file
  4. Call this file index.py
  5. Inside the file, Write the word 'print("Hello World")'

For Google Colab:

Do step 5 in Github only

Explanation of Code

What this does is that, python reads through the file and then takes the print() function and prints the words inside onto the terminal

First Challenge

Challenge Steps

  1. Create a simple print() function that introduces your name
  2. Make another print() function that shows your age, fav_color, fav_food, fav_number, hobby.
  3. Don't share with anyone, If you want to... Make every fact fake.
  4. And you're done with your first challenge!

Variables

Module 1: Int


All rights reserved. AMBURS®️

About

My old code preseved from when learning to code. Also https://denzel543.github.io/OnPage/

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 99.4%
  • Other 0.6%