+ 1
Hi guy I need python script so I can practice and how to learn python fast pleas help me
47 Antworten
+ 11
def print_with_exclamation(word):
print(word + "!")
print_with_exclamation("spam")
print_with_exclamation("eggs")
print_with_exclamation("python")
result....
spam!
eggs!
python!
+ 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/
+ 4
u cant learn fast if u want then just code and fix error
+ 3
Oh maybe i can help you
+ 3
Go to the FREECODECAMP youtube channel. It taught me the basics in a couple hours
+ 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
+ 3
programmiz.com is a good site to practice python.
It even has an app!
Download it.
+ 2
codewars
+ 2
file = open("filename.txt", "r")
file.read()
print("Re-reading")
print(file.read())
print("Finished")
file.close()
+ 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.
+ 2
There are examples in the tutorial or the web.
+ 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
+ 1
It an app right
+ 1
It a code cracker
+ 1
for i in range(10000):
print("day number "+str(i)+": " +"learn something new"+ " and repeat it")
0
Nice I had learn small in python but I need example code so I can learn there
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
0
Ok send me some python script
0
i = 1
while i <=5:
print(i)
i = i + 1
print("Finished!")
0
What can it do please send it to me directly