Coding Exercise for Beginners in Python with solution | Exercise 21 |Python for Beginners #lec63

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

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

Connect & Contact Me:

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

More Playlists:

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

I don't know how I'm are gonna thank you.... I was new to programming language and this is my first course, and know I have changed so much. Thanks to you Madam Jenny, I will never forget you.. I really love you Madam Jenny ❤❤❤❤❤❤❤❤❤❤❤❤

ertugrulghazi
Автор

Legend reach here After watching Instagram reel 😂😂😂 to learning coding

bapudaofficerput
Автор

Mam u r great, because
U r pulling students to class by u r Beauty 🤩😍

MrRuthless-odnf
Автор

import math


def paint_wall(height, width):
area = height * width
no_cans = math.ceil(area / 7)
print(f"You'll need {no_cans} cans of paint.")

of wall: ")), width=int(input("Width of wall: ")))

prudhvijeeja__
Автор

Mam i am illiterate but still watching your video on python ❤❤

fxckrukt
Автор

weidth=int(input("enter weidth of wall: "))
height=int(input("enter height of wall: "))

x=no_of_cans_req.__ceil__()
print(x)

nobitha
Автор

Yeh mera subject bhi nahi hai but i watched till end 😂🙌🏼

ninjaO
Автор

Pata nahi achanak se coding sikhne ka man ho Raha hai

herox
Автор

Can we give directly height and width values while calling a function instead of using input function so that we can reduce code also can we use aargs and kwargs for different wall areas

bolnenisharmila
Автор

Your explanations are so clear and easy to understand. Thank you for making this video!🤝

MyCodingDiary
Автор

height=int(input("Height of wall="))
width=int(input("Width of wall="))
coverage=int(input("Coverage of each can="))
def info(*args):


print(f"Number of cans needed to paint the wall are {number_of_cans}.")
info(height, width, coverage)

xyoulmq
Автор

Mera CS IT field s koi matlab nahi h but phir bhi 20-25 mint class laita hu roz😂😂😂😂

rajatsaharawat
Автор

Who cares about the subject I am here to only see you mam 😍

yourstrulyjameer
Автор

Lots of love and respect on you madam❤❤❤

KNDR
Автор

import math
def h_c_needed(*args):
mul=1
for num in args:
mul=mul*num
print("How many cans needed?")
print(math.ceil(mul))
height=float(input("height of the wall: "))
width=float(input("width of the wall: "))
of the can: "))
area=(height * width)
h_c_needed(area/coverage)

Storybook_Odyssey
Автор

import math
height = int(input('enter the height'))
width = int(input('enter the width'))
number_of_cans = (height*width)/7
a = math.ceil(number_of_cans)
print(a)

AquaGamer
Автор

def a no: ")), width_of_wall=int(input("enter a no: "))):

print(calculation)


wall()

DARK_RYZEN
Автор

I just subscribed after going through many insta reels ❤

kiranjana
Автор

I m bench muthyam from so so MNC ..came to just to listen class from our madam😍😊👏

DhawanSunny
Автор

Please make a playlist on core Java and advance java plz

phgraviyt