Aug 9, 2024
x = 10
y = 20
==
/
%
**
input()
function to take data from the user.name = input("Enter your name:")
input()
always returns a string.int()
or float()
to convert the string to a number.print()
function to give output.print("Hello World")
print()
will add a new line if the end
argument is not specified.print()
with commas.def function_name():
#
.'''
or """
.