GE3171 (GE3171)
Anna University
Here are the best resources to pass GE3171 (GE3171). Find GE3171 (GE3171) study guides, notes, assignments, and much more.
All 3 results
Sort by:
-
Summary
Here are some key notes for Python: --- Basics Comments: Single-line: # This is a comment Multi-line: """ This is a multi-line comment """ Printing: print("Hello, World!") --- Data Types
-
---14December 20242023/2024
- Here are some key notes for Python: 
 
 
--- 
 
Basics 
 
Comments: 
 
Single-line: # This is a comment 
 
Multi-line: """ This is a multi-line comment """ 
 
 
Printing: print("Hello, World!") 
 
 
 
--- 
 
Data Types 
 
Numbers: int, float, complex 
 
Text: str 
 
Collections: list, tuple, set, dict 
 
Boolean: bool 
 
 
 
--- 
 
Variables 
 
No need to declare type: x = 10 
 
Multiple assignments: a, b, c = 1, 2, 3 
 
 
 
--- 
 
Control Flow 
 
If/Else: 
 
if condition: 
 # code 
elif anot...
-
$6.89 More Info
jana9363350944
-
Summary
Best Way to learn python in simple method
-
---16May 20242023/2024
- Python is a high-level, general-purpose programming language. Its design philosophy emphasizes code readability with the use of significant indentation. Python is dynamically typed and garbage-collected. It supports multiple programming paradigms, including structured, object-oriented and functional programming
-
$9.09 More Info
aakashgurunathan