Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
18 changes: 9 additions & 9 deletions 1-Python Basics/test.py → 01-Python Basics/test.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## this is single line comment
'''
this is a exmaple of multiline comments
'''
'''
Welcome to the
python course
## this is single line comment
'''
this is a exmaple of multiline comments
'''
'''
Welcome to the
python course


'''
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion 4-Functions/sample.txt → 04-Functions/sample.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Hello World How are you
Hello World How are you
My name is Krish KRish
File renamed without changes.
4 changes: 2 additions & 2 deletions 5-Modules/destination.txt → 05-Modules/destination.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Hello How are you?
I am fine
Hello How are you?
I am fine
Welcome to the course
4 changes: 2 additions & 2 deletions 5-Modules/example.csv → 05-Modules/example.csv
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
name,age
Krish,32
name,age
Krish,32
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
'''__init__.py is a special file used in Python to define
packages and initialize their namespaces
'''__init__.py is a special file used in Python to define
packages and initialize their namespaces
'''
12 changes: 6 additions & 6 deletions 5-Modules/package/maths.py → 05-Modules/package/maths.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
def addition(a,b):
return a+b
def substraction(a,b):
return a-b
def addition(a,b):
return a+b

def substraction(a,b):
return a-b

Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
def multiply(a,b):
def multiply(a,b):
return a*b
4 changes: 2 additions & 2 deletions 5-Modules/source.txt → 05-Modules/source.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Hello How are you?
I am fine
Hello How are you?
I am fine
Welcome to the course
10 changes: 5 additions & 5 deletions 5-Modules/test.py → 05-Modules/test.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from package.maths import *
from package.subpackages.mult import multiply
print(addition(2,3))
print(substraction(4,3))
from package.maths import *
from package.subpackages.mult import multiply

print(addition(2,3))
print(substraction(4,3))
print(multiply(4,5))
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Hello World!
this is a new line.Append operation taking place!Append operation taking place!
Append operation taking place!
First line
Seocnd line
Third line
Hello World!
this is a new line.Append operation taking place!Append operation taking place!
Append operation taking place!
First line
Seocnd line
Third line
File renamed without changes.
4 changes: 2 additions & 2 deletions 6-File Handling/example.txt → 06-File Handling/example.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Hello world
This is a new line
Hello world
This is a new line
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Smt. Droupadi Murmu was sworn in as the 15th President of India on 25 July, 2022. Previously, she was the Governor of Jharkhand from 2015 to 2021. She has devoted her life to empowering the downtrodden and the marginalised sections and deepening the democratic values.
Early Life and Education
Born in a Santhali tribal family on 20 June, 1958 at Uparbeda village, Mayurbhanj, Odisha, Smt. Murmu’s early life was marked by hardships and struggle. On completion of primary education from the village school, she went to Bhubaneswar on her own initiative to continue her studies. She earned the degree of Bachelor of Arts from Ramadevi Women’s College, Bhubaneswar and became the first woman from her village to receive college education.
Professional Career
From 1979 to 1983, Smt. Murmu served as a Junior Assistant in the Irrigation and Power Department, Government of Odisha. Later, she served as an honorary teacher at Sri Aurobindo Integral Education Centre, Rairangpur, from 1994 to 1997.
Public Life
Smt. Droupadi Murmu was sworn in as the 15th President of India on 25 July, 2022. Previously, she was the Governor of Jharkhand from 2015 to 2021. She has devoted her life to empowering the downtrodden and the marginalised sections and deepening the democratic values.

Early Life and Education

Born in a Santhali tribal family on 20 June, 1958 at Uparbeda village, Mayurbhanj, Odisha, Smt. Murmu’s early life was marked by hardships and struggle. On completion of primary education from the village school, she went to Bhubaneswar on her own initiative to continue her studies. She earned the degree of Bachelor of Arts from Ramadevi Women’s College, Bhubaneswar and became the first woman from her village to receive college education.

Professional Career

From 1979 to 1983, Smt. Murmu served as a Junior Assistant in the Irrigation and Power Department, Government of Odisha. Later, she served as an honorary teacher at Sri Aurobindo Integral Education Centre, Rairangpur, from 1994 to 1997.

Public Life

In 2000, Smt. Murmu was elected from the Rairangpur constituency as a Member of the Legislative Assembly of Odisha and continued to hold the post till 2009, serving two terms. During this period, she served as Minister of State (Independent Charge), Department of Commerce and Transport in the Government of Odisha from March 6, 2000 to August 6, 2002 and as Minister of State (Independent Charge), Department of Fisheries and Animal Resources Development, Government of Odisha from Augu