A Short Hand For Loop That will Print List
Program Info
Program Code
×

A Short Hand For Loop That will Print List

We are doing print a list with the help of a short hand for loop technic.

Footer

×

A Short Hand For Loop That will Print List

thislist = ["apple", "banana", "cherry"]
[print(x) for x in thislist]

Footer

Call a Function with Correct Number of Arguments
Program Info
Program Code
×

Call a Function with Correct Number of Arguments

We calling a function with correct number of arguments.

Footer

×

Call a Function with Correct Number of Arguments

def my_function(fname, lname):
  print(fname + " " + lname)

my_function("Emil", "Refsnes")

Footer

Create Global Variable in the Main Body of Python
Program Info
Program Code
×

Create Global Variable in the Main Body of Python

We creating global variable in the main body of python.

Footer

×

Create Global Variable in the Main Body of Python

x = 300

def myfunc():
  print(x)

myfunc()

print(x)

Footer

Print a List
Program Info
Program Code
×

Print a List

We are doing print a list.

Footer

×

Print a List

list1 = ["abc", 34, True, 40, "male"]

print(list1)

Footer

Print a Set
Program Info
Program Code
×

Print a Set

We printing a set that can have data of different data type.

Footer

×

Print a Set

set1 = {"abc", 34, True, 40, "male"}

print(set1)

Footer

Print a Tuple
Program Info
Program Code
×

Print a Tuple

We printing a tuple that can have data of different data type.

Footer

×

Print a Tuple

tuple1 = ("abc", 34, True, 40, "male")

print(tuple1)

Footer


×

Name : Krishna Verma    |    Father's Name : Mr. Satish Kumar    |    Email ID : krishnaverma28081997@gmail.com    |    Religion : Hindu    |    Address : Dayampur, kanker khera, Meerut Cantt (250001), UP    |    Date of Birth : 28 August 1997    |    Marital Status : Non-Married    |    Place of Birth : Dayampur Kanker Khera Meerut Cantt.    |    Gender : Male    |    Age : 28    |    Contact : 9520335394    |    Father's Occupation : Sports man    |    Mother's Name : Smt. Kuntesh Devi    |    Mother's Occupation : Homemaker    |    Number of Brothers : 1    |    Number of Sisters : 1    |    Current Residence : Dayampur kanker khera meerut cantt    |    Family Type : Nuclear Family    |    Family Name : verma    |    Height : 5' 6''    |    Weight : 70 kg    |    Complexion : Fair    |    Body Type : Athletic    |    Hair Color : Black    |    Health Status : Good    |    Any Physical Disability : No    |    Highest Qualification : B.Tech (CSE)    |    Master Skill : PHP Laravel    |    Total Projects : 40 +    |    Total Skills : 25 +    |    Languages Known : Hindi and English    |    Website : krishnaportfolio.in    |    Siblings : 3    |    Nationality : Indian    |    Total Experience : 5 Years    |    LinkedIn : https://www.linkedin.com/in/krishna-verma-840b71356/    |    Total Programs : 10000    |    Total Projects : 40    |    Total Skills : 25    |    Total Experience : 5    |    Total DSA Problems : 165    |    Total Served Companies : 2