Skip to content

Asifa-Erum/Q3-python-assigment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ‘©β€πŸ’» Front-End Developer

Building interactive web experiences with HTML, CSS & JavaScript πŸš€

🐍 Python Assignment

Q3_Assignment

Hello World Program

print("Hello, World!")

Python Data Types

Python has various data types, including:

  • String: "Hello"
  • Integer: 42
  • Float: 3.14
  • Boolean: True or False
  • List: [1, 2, 3]
  • Tuple: (1, 2, 3)
  • Dictionary: { "key": "value" }
  • Set: {1, 2, 3}

Releases

No releases published

Packages

No packages published

Languages