print('''Sachin "Ramesh" Tendukar''') Result=Sachin "Ramesh" Tendukar #Using triple quotes ; without using \" \" I learnt it from CodeHithHarry This video was also very useful...thank you sir!
Thank you so much bhaiya . Your studying style is so good. Your explanation is very simple and. easy to understand .🤗🤗 All the very very best bhaiya 👍👍👍👍
Hi Bilal, Form feed forces the printer to eject the current page and to continue printing at the top of another (So it kind of clear the screen). Please note it is not working in pycharm as I have shown the way it works with Spyder editor. Let me do some research and will come up with a new video on this topic.
For Spyder ipython I have the below steps and it worked. Go to Tools > Preferences > Editor > Advanced settings and tick the "Automatic insertion of quotes" option and click apply. stackoverflow.com/questions/46574039/autoclosing-of-brackets-and-quotes-in-spyder-ipython-console
Hi Aransi, Please check this might help. y = '2020-2-25' Method 1 s = '"' + y + '"' print(s) Method 2 s = f'"{y}"' print(s) Method 3 s = '"{}"'.format(y) print(s)
not work in my system why????
print('''Sachin "Ramesh" Tendukar''')
Result=Sachin "Ramesh" Tendukar
#Using triple quotes ; without using \" \"
I learnt it from CodeHithHarry
This video was also very useful...thank you sir!
Good it helped you ..
thank you but i want to clarify that what is carriage return used for?
Sir in my IDLE 3.8.5
By default \t is giving 8 spaces
Does this vary in every version ?.
In this video \t has 4 as the default value
Hi Pranab,
We can change tab size as follows
stackoverflow.com/questions/36187784/changing-indentation-settings-in-the-spyder-editor-for-python
At 1:24, how did you put two backslashes exactly where you needed to without having to manually type them in individually?
The video has been cut at that point. Ig it was done manually.
Thank you! Helps a lot with my online class :)
You are welcome 😊
Why is \b\b\b just achieving the same result as \b\b for me? Is this down to the version of Python being used
Thank you soo much I was getting headaches before I saw this video
You are Welcome 🙂
what the heck, you taught me so much. awesome ! deserve more views! easily understood
Thankyou !!!
the carriage return isn't working on my computer?
Thank you so much bhaiya .
Your studying style is so good.
Your explanation is very simple and. easy to understand .🤗🤗
All the very very best bhaiya 👍👍👍👍
Thankyou Bhai !!!
Sir please upload full coure & thaks for explane
Ok sure ..
Thank you, you helped me out in my python class
Glad I could help!
at 4:47 - When I tried I am getting output as Hello Only, Not Hello6789
sir '\f' is not working sir.. what is form feed, I think It is not for clearing the screen
Hi Bilal,
Form feed forces the printer to eject the current page and to continue printing at the top of another (So it kind of clear the screen).
Please note it is not working in pycharm as I have shown the way it works with Spyder editor.
Let me do some research and will come up with a new video on this topic.
@@technologyCult thank you sir for your responce🖤
Waves from Tamil Nadu
Sir pls help me
My cursor is out of double or single qoute= print (""!) Like this
I want auto cursor inside double qoute sir
How can I fix it?
For Spyder ipython I have the below steps and it worked.
Go to Tools > Preferences > Editor > Advanced settings and tick the "Automatic insertion of quotes" option and click apply.
stackoverflow.com/questions/46574039/autoclosing-of-brackets-and-quotes-in-spyder-ipython-console
@@technologyCult sir I fixed it already bcz my dell keyboard has problem pressing twice for apostrophe
Tnx so much for ur concern 🙏🙏🙏
Sir, why carriage return is not working in my python(3.9.1)
Which editor you are using?
Even I am not getting it. a = "12345
k"
Print(a)
If I execute the above, am getting the output like below :
12345
k
@@kanimozhi6262 You're not alone there. The '
' basically acts as replacement of previous text in my ide
Really good video
Glad you enjoyed it
Great explanation. Please explain rest of them as well.
Thankyou .. sure 👍
Thank you mr coder man, you show great wisdom
You are very welcome
Thank u bro 😊
You are Welcome 🙂
Thanks bro! Very Helpful
Glad it helped!
How do I print 2 slash '//'
print('//')
thanks a lot bro.. upload more videos..........
You are Welcome bro .. work is in progress for new videos 🙂
sir rest of the escape characters?
Will post the rest in about a weeks time
Octal and Hex - th-cam.com/video/Hjh52dTT20c/w-d-xo.html
Really helped me a lot to understand so thank you very much😍
You are Welcome 🙂
Super explanation bro
Thankyou Bro 🙂
Thank you so much for your efforts ❣️
My pleasure 😊
Respect for ya, mate!
Thankyou 🙂
Very useful, thank you
You are welcome 🙂
Thanks man u r the best
You are Welcome :)
If we have date = 2020-2-25
Put this in output in double quotes
Hi Aransi,
Please check this might help.
y = '2020-2-25'
Method 1
s = '"' + y + '"'
print(s)
Method 2
s = f'"{y}"'
print(s)
Method 3
s = '"{}"'.format(y)
print(s)
Thanks sir
You are Welcome 😊
nice explanation. thank you man
You are welcome 😊
Form feed not covered
Correct
Octal ka koi time stamp dega please agar video me explain kiya hai to
Hi Swapnil,
Octal is not covered in this video.. will share the video link on octal once it is uploaded
@@technologyCult alright
Octal and Hex - th-cam.com/video/Hjh52dTT20c/w-d-xo.html
Thanks!
you are welcome :)
Sir please upload the rest
Sure.. M in the process of preparing the content and editing 🙂
Octal and Hex - th-cam.com/video/Hjh52dTT20c/w-d-xo.html
Tq sir
You are Welcome 😊
next part?
th-cam.com/video/gmnBozGKcic/w-d-xo.html
@@technologyCult Thank you so much.
Thank you, sir
You are Welcome Zahid :)
Legend!
Thankyou
thank you 😎
WTF?