Python with Raspberry Pi | Day 1| Pre Summer Training Certification Program

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

Welcome to our exciting Pre-Summer Training Program on Python and Raspberry Pi! This comprehensive program is designed to equip participants with the essential skills and knowledge required to work with Python programming language and Raspberry Pi, a powerful and versatile single-board computer.

For more info Contact Us:
Mobile Number:- +91-9554715751, +91-9161272174
Рекомендации по теме
Комментарии
Автор

I have mis live class
Give me attendance on today

Because I have attend lecture today

improveenglishlanguage
Автор

Sorry sir I missed this live class.
Now I am attending the class.

learnwithajeet_
Автор

Good night sir
am Dhirendra from electrocus solution

dhirendra
Автор

temp_C = 37
temp_F= ((9*(temp_C))/5) + 32
print("The Fahrenheit equivalent 37 celsius = ", temp_F)

premchandrayadav
Автор

Thanks a sir lot 🎉for providing this ❤❤

shivamprajapati
Автор

Temp_c=37
Temp_f=9*Temp_c/5+32
Print('\n Temperature in Fahrenheit:', Temp_f)

Output=98.6

anuaku
Автор

Temp_c=37
Temp_f=9*Temp_c/5+32
Print('\n Temperature in Fahrenheit:', Temp_f)
Output is 98.6

KajalKumari-txyz
Автор

# Python Program to convert temperature in celsius to fahrenheit

# change this value for a different result
celsius = 37.5

# calculate fahrenheit
fahrenheit = (celsius * 1.8) + 32
print('%0.1f degree Celsius is equal to %0.1f degree Fahrenheit' %(celsius, fahrenheit))

Channel_India
Автор

temp_c=37
temp_f=((9*temp_c)5+32)
Print (temp_f)
Output is 98.6.
😊😊😊

shivamprajapati
Автор

temp_c=37
temp_f=(9*temp_c)/5+32
print(temp_f)
output :98.6

arnavsingh
Автор

Temp_c=37
Temp_f = ((9*Temp_c)/5)+32)
Print("Temperature in Fahrenheit :", Temp_f)

kuldeepgupta