Practical 3: Python practical , Python operator

Опубликовано: 19 Сентябрь 2020
на канале: Journey of Research
48
1

Video contains full explanation of below python program:

1.Write a program to divide an integer number by floating point number and convert the result in float.
2. Write a program to divide an integer number by floating point number and convert the result in int.
3. Write a program to compute x raise to power y expression (where x and y are input through keyboard).
4. Execute the following code to understand associativity and precedence of Python operators.
a. print(-(3+2))
b. print(-3+2)
c. print(3-2*8)
5. Implement logical operator, bitwise operator and relational operator.
6. Wite a program to convert temperature from degrees Fahrenheit to degrees Celsius.
7. Write a program that attempts to compute the circumference of a circle given the radius entered by the user.
8. Write a Python program to perform Swapping of two numbers.
9. Write a program to compute distance between two points taking input from the user (Pythagorean Theorem).
10. WAP to enter three subject marks and find average & percentage.


На этой странице сайта вы можете посмотреть видео онлайн Practical 3: Python practical , Python operator длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Journey of Research 19 Сентябрь 2020, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 48 раз и оно понравилось 1 зрителям. Приятного просмотра!