Display Calender using Python Code #shorts #coding #programming

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

If you found this video useful please give it a thumbs up and subscribe to my channel! and If you have any questions regarding this video, please ask them in the comment section. thanks for watching! :)

Follow Us:

#shorts #coding #programming

DISCLOSURE: This video and description might contain affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This help support the channel and allows us to continue to make videos like this. Thank you for the support!

[Intro Song Credit]
Valence - Infinite [NCS Release]
Рекомендации по теме
Комментарии
Автор

HIM: how to create calender in python

also him: teaches us how to import a package

notafriendbutabrother
Автор

"How to get a girlfriend in python"
import girlfriend

teri_ma_ki_
Автор

Istg when i see more python tutorial with:
import (something)
(2 lines of code)
#thanks for watching

rockmaster
Автор

Wow, I learnt how to import a package that does all the stuff for me, I'm a real programmer now

nolann
Автор

How to make a human in python?
Import human

der_erzfeind
Автор

Or simply use the `cal` command available on most unix systems

nferhat
Автор

print(__import__('calendar').month(2022, 8))

pottahboy
Автор

Use for year and month int(input())😊😊❤❤

JeturGavli
Автор

Can people that use python in this way really count themselves as real programmers?

Zerio
Автор

In python coding is so easy if we have knowledge of libraries

shrivastavaman
Автор

Alternatively, run CAL in the terminal

ElhananFine
Автор

When we write this code in pycharm.. i get error but when i write in idle .. i get output

shubhambharti
Автор

Bro, perfect calender date show nehi ho Raha hai.. 2023 1junu, official calendar main Sunday hai, but coding main 1st janu Thursday dekha Raha hai. Ab kya kare batau please.

myselfpuchku
Автор

import calendar

# Set the year and month
year = 2023
month = 4

# Create a calendar for the specified month
cal = calendar.monthcalendar(year, month)

# Print the calendar
print(calendar.month_name[month], year)
print("Mo Tu We Th Fr Sa Su")
for week in cal:
week_str = ""
for day in week:
if day == 0:
week_str += " "
else:
week_str +=

sang
Автор

calendar.calendar se pura calendar print ho jayega Sal ka

akashsingh-ijne
Автор

<button class="one" date</button>

ashishdhakal
Автор

all that is okay but tell me, how do i run node js code on m1 mac, on vs code after installing it

akanshadev
Автор

अब इसको लागू कैसे करे ये तो बताओ भाई,

RAZ_X_
Автор

How to make advanced ai in python:
Import ai

alegitimatecar