#4 Conditional Statements: IF ELSE ELIF | Mastering Python for Trading | Basic to Advanced

preview_player
Показать описание
Python for Trading series by Profit Labs #4
In this video, we have explained in detail about what are conditional statements , what is control flow and how to use if else in Python.

SOURCE CODE LINK BELOW:

#python #pythonfortrading #stockmarket #pythonforbacktesting #pythonforbeginners
___________________________

❗Important Playlist

____________________________

✋Top Trading Videos

____________________________

🎧Track: Ikson - Summer [Official]
Music provided by Ikson®

____________________________

📺 Follow Us on:

Thank you for watching the videos please like, subscribe & press the bell icon to get the latest updates.
________________________________________________________
Disclaimer: All the above information shared is only for knowledge purposes. Please do your due diligence before taking any steps on the basis of the above information provided.
Рекомендации по теме
Комментарии
Автор

I follow only two channel one your YouTube channel & one telegram channel TRUSTED TRADING. You both are amazing 🤩✌️

ChandanKumar-mvdd
Автор

You are amazing boss. Your way of teaching is very simple.Keep it up.

nitingupta
Автор

i am just commenting to let you know that doubt's ke liye jagha hi nhi bachi sab to clear krdiya aapne, very nicely explain keep up the good work, thank you.

mick_mickyplays
Автор

In[*] isha kuchh aa jata he phir RUN nahi hota

lalupatel
Автор

x = int(input('Enter a number: '))
y = int(input('Enter a Divisible Number: '))
if (x%y==0):
print('numuber is divisiable by y')
else:
print('number is not divisible by y')


Enter a number: 727
Enter a Divisible Number: 27
number is not divisible by y

nimishbhatnagar
Автор

I am trying to execute the same code, but giving the error, pl. suggest -
Code -
num = int(input('Enter the number:'))
#Number is divisible by 3
if(num%3==0):
print("number is divisible by 3")
else:
print("number is n ot divisible by 3")

Error -

TypeError Traceback (most recent call last)
Cell In[55], line 4
2 #Number is divisible by 3
3 if(num%3==0):
----> 4 print("number is divisible by 3")
5 else:
6 print("number is n ot divisible by 3")

TypeError: 'str' object is not callable

gauravdixit
welcome to shbcf.ru