Tuesday, June 24, 2025

Variable , Assign multiple variable in python with short program


 

See video - Go to video

Code :

#variable
x = 7
y = 5
z = 9
print(x+y+z)


#assign multiple variable
x,y,z = "hello","phpecho","please like"  
print(x,y,z)
x,y,z = 3,5.9,9.1  
print(x+y+z)


#variable swaping program
p = 9
q = 8
result = str(p)+str(q)   #str show value as a text
print("The number was",result)

d = p    # d is the temporary varibale
p = q
q = d
result = str(p)+str(q)
print("The reverse of number is", result)

Wednesday, May 28, 2025

Our Latest Products

            


                                                             Boutique Billing Software




                                                                               ERP


Contact - https://websitedevelopmentservices.in/contact

Call us - +91-7080234447

Tuesday, April 22, 2025

Coming Soon.

 



                                                        Go to our Channel - Youtube

  1. What is Google Opal? It’s a no-code / low-code AI mini-app builder developed by Google Labs. You describe what you want in natural ...