Skip to content

ck-sayan/code-x-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

code-x-python log

Day 1 – print(), Comments & Variables

What I learned:

  • How to use print() to display output
  • Writing comments for clarity and documentation
  • Declaring variables of types:
    • String (str)
    • Integer (int)
    • Float (float)
    • Boolean (bool)
  • Using f-strings to embed variables inside strings
  • Basic if/else logic with boolean conditions

That’s it for Day 1 — off to a solid start.

About

Repository dedicatedly made for Python Enthusiast!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages