Click here to Skip to main content
15,896,606 members

Comments by Mohamed AIT HADDOU (Top 9 by date)

Mohamed AIT HADDOU 22-Sep-21 12:37pm View    
There is not compiling in python , how the interpreter works with this instruction that is what i want to know please dear Richard ? notice that i read the documentation and i t was useful.i will be happy to have a clarification in this thing
Mohamed AIT HADDOU 22-Sep-21 11:34am View    
Hello,i talk about the backslash only inside the print function not \n (see code) it allow to write the string in various line inside print
Mohamed AIT HADDOU 16-Sep-21 12:46pm View    
Thank you a lot
Mohamed AIT HADDOU 16-Sep-21 12:35pm View    
Name = input("Enter your name : ")
Age = int(input("Enter your age : "))

print("Hello",Name,", you are",Age,"years old")
Mohamed AIT HADDOU 16-Sep-21 12:30pm View    
thank you dear friend is there another method more specific or better that i should know ?