Hi guy I need python script so I can practice and how to learn python fast pleas help me | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Hi guy I need python script so I can practice and how to learn python fast pleas help me

24th Aug 2020, 5:38 PM
victor bamidele
victor bamidele - avatar
45 Answers
+ 11
def print_with_exclamation(word): print(word + "!") print_with_exclamation("spam") print_with_exclamation("eggs") print_with_exclamation("python") result.... spam! eggs! python!
24th Aug 2020, 6:09 PM
🍎Mi_ra_go
🍎Mi_ra_go - avatar
+ 7
You can start from here.. after gathering some knowledge choose different sources.. Thank you https://www.sololearn.com/learn/JUMP_LINK__&&__Python__&&__JUMP_LINK/2269/
24th Aug 2020, 5:46 PM
Scooby
Scooby - avatar
+ 4
u cant learn fast if u want then just code and fix error
24th Aug 2020, 8:26 PM
harshit prakash maurya
harshit prakash maurya - avatar
+ 3
Oh maybe i can help you
24th Aug 2020, 5:54 PM
🍎Mi_ra_go
🍎Mi_ra_go - avatar
+ 3
Go to the FREECODECAMP youtube channel. It taught me the basics in a couple hours
25th Aug 2020, 3:34 PM
Jeremy Friesen
Jeremy Friesen - avatar
+ 3
You have to Install Python & other softwares (like PyCharm to write multiple lines in py code.) in your pc because this app can't run Python perfectly. Start with print ("Hello World!") & basic syntax and Best of luck
26th Aug 2020, 6:57 AM
Nandakishor Sahoo
Nandakishor Sahoo - avatar
+ 3
programmiz.com is a good site to practice python. It even has an app! Download it.
26th Aug 2020, 9:46 AM
MSN
MSN - avatar
+ 2
codewars
24th Aug 2020, 5:39 PM
Gordon
Gordon - avatar
+ 2
file = open("filename.txt", "r") file.read() print("Re-reading") print(file.read()) print("Finished") file.close()
24th Aug 2020, 6:08 PM
🍎Mi_ra_go
🍎Mi_ra_go - avatar
+ 2
Hey you can learn Python easily from Udemy there is a free course of python 3 core and advance....just simply search on your favourite browser free Udemy python 3 course by bharth thippireddy. I hope it may help you.
25th Aug 2020, 10:52 AM
Utkarsh Gupta
Utkarsh Gupta - avatar
+ 2
There are examples in the tutorial or the web.
26th Aug 2020, 5:02 AM
Sonic
Sonic - avatar
+ 2
You have to Install Python & other softwares (like PyCharm to write multiple lines in py code.) in your pc because this app can't run Python perfectly. Start with print ("Hello World!") & basic syntax and Best of luck
26th Aug 2020, 4:06 PM
Prity
Prity - avatar
+ 1
It an app right
24th Aug 2020, 5:39 PM
victor bamidele
victor bamidele - avatar
+ 1
It a code cracker
24th Aug 2020, 5:41 PM
victor bamidele
victor bamidele - avatar
+ 1
for i in range(10000): print("day number "+str(i)+": " +"learn something new"+ " and repeat it")
26th Aug 2020, 7:13 AM
Shadoff
Shadoff - avatar
0
Nice I had learn small in python but I need example code so I can learn there
24th Aug 2020, 5:53 PM
victor bamidele
victor bamidele - avatar
0
You can use \n for new line without giving print again and again like Print('hello guys \n i am happy today because i won my first challange by 3:0 \n but i need some help in python') Result ...... Hello guys I am happy today because i won my first challlange by 3:0 But i need some help in python
24th Aug 2020, 5:56 PM
🍎Mi_ra_go
🍎Mi_ra_go - avatar
0
Ok send me some python script
24th Aug 2020, 6:03 PM
victor bamidele
victor bamidele - avatar
0
i = 1 while i <=5: print(i) i = i + 1 print("Finished!")
24th Aug 2020, 6:08 PM
🍎Mi_ra_go
🍎Mi_ra_go - avatar
0
What can it do please send it to me directly
24th Aug 2020, 6:10 PM
victor bamidele
victor bamidele - avatar