Python Indentation | How To Indent Your Python Code | #3 ABC Python Tutorial for Beginners

preview_player
Показать описание

In this video, we will learn:
- What are statements in Python
- Single line and Multiline statements in Python
- Single line and Multiline comments in Python
- Indentation in Python
- How to indent Python code
- Shortcuts to indent code in Python

For aptitude and programming preparation resources, recruitment drive updates, interview tips & tricks, come join the largest learners’ community on Telegram and WhatsApp and take your job preparation to the next level.

****************************************************

Join here to stay tuned:

****************************************************
Рекомендации по теме
Комментарии
Автор

Omg thank you so much! I am just beginning to learn python and i was stuck at this indentation part. Thank you for clarifying

hiccup
Автор

u just made my day.... i am from bio background and never had any programing language ur knowledge from scratch gives me some confidence now

auxincareerclasses
Автор

mam really ur a top teacher mam
i am feeling very easy of ur teaching

shaikafreen
Автор

Great tutorial. This deserves more attention

ICANTHEARHER
Автор

My focus is infytq .. when this course will be finished ?? So that i can prepare python through this course

shyam.somani
Автор

It would have been very clear if the terminal where u write code is zoomed.

Bhargavi
Автор

Is there an inbuilt setting in Pycham for correct indentation?

sunnyabraham
Автор

can you please zoom in, so that we can see more clearly?

gauthamvanjre
Автор

Mam we r unable to see the code mam plz can u zoom in???? Thank you

surekharsagave
Автор

What do you mean by statement( ablock of code)

mazenomar
Автор

Hello mam, I need a help. Can you please make a video on how syntax follow in compiler in online coding test in any company. Mam today I give an exam and I can do 4-5 coding ques out of 6 ques but I can't found my error. The compiler they use python 3.7. I used to do program in python and use same thing but not running.
Code I write:-
n=int(input("enter n no:"))
After that some code there but error given eof error
Please help me🙏🙏🙏😭

mrinalbera
Автор

Mam plz increase the font size, it's not visible.

ankitabhise
Автор

Hi,
Iam learning the basics, please share your reply about the below. Why the complex number showed as "0j"


>>> x=5
>>> y=complex(x)
>>> print(y)
(5+0j)

andrewss