About
Contact
Register
Home
Programming
Java
HTML
CSS
JavaScript
React
JQuery
Ajax
PHP
Node.js
Python
C Programming
Databases
Oracle
MySQL
MongoDB
Neo4j
Redis
Cassandra
Subjects
Cyber Security
Ethical Hacking
Database Management Systems
Advanced Database Management Systems
Software Engineering
Python Home
Installation, identifiers, keywords, variables
comment, data types, type conversion, input, operators,if else
Nested If else ,if elif ,Logical and Bitwise Operators
Bitwise Operator, for Loop
continue statement and while loop
Nested Loops and Inbuilt functions
Strings
String Methods, String Slicing and Exercises
String Formatting
List
2D List and Matrix manipulation using Lists
List Comprehension and Regular Expression
Tuples, Sets, Shallow Vs Deep Copy and Dictionaries
Dictionary Methods and Dictionary Comprehension
Functions
Return Statement, Linear Search and Binary Search
Bubble Sort and Recursive Functions
Files, File Read and Write, File Modes
File Object Attributes, File seek and tell methods
Video
Exercise
Next >
Python Installation, identifiers, keywords, variables
Copy the Program Title Here
n=int(input("Enter the count")) for i in range(1,n+1): print(i)
Output
Display a message using PHP
<?php echo "My God its working"; ?>
Output
Video
Exercise
Next >