Answer to Question #200761 in Python for Firma Calay

Question #200761

Symbolic Python Ass #2

https://ibb.co/hFr5cXp


1
Expert's answer
2021-05-31T00:52:47-0400

In python variable can be defined by simply assigning a value to it. there is no need to define the type of variable, whether it is int, float or str.

x = 1

y = 4.1

z = India


In python function can be defined as:

def f():

print('Hello from f')


def g():

print('Hello from g')


Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS