No Logic Only Magic. Python

Learn Python for data science  ;




Java  -  int a=10;
            int b=20
           int temp;
temp=a;
a=b;
b=temp;

=====================================================

x=10
y=20
x,y=y,x

=======================================================

String name="GOVIND"
SOP(name)

=================
English Statement :

name="Govind"
print(name)

====================================


 

Comments

Post a Comment

Popular posts from this blog

Filter In Javafx

Kotlin with StandAlone Complier