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)
====================================
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)
====================================
nice post. loved it. python training in Chennai
ReplyDelete