© 2023 Hashnode
#day2
DAY 2: In this blog, you will get to know about the basic data types of python. DATA TYPESData types are nothing but the classification of the data items in python. Like by using data types, we get to…
Hi everyone 👋🏻 Here is solution of #Day2 of #30daysofcode by Newton School & 30 Days Of Code 🚀 Problem name: Friends Or Not? ! Link: https://my.newtonschool.co/playground/code/nru0grk3qnkr ✅Approach: Used an Undirected graph. If any node…
After the Introduction to DevOps, today on our second day we are discussing the very basic linux commands This command is used to list files or directories in Linux and other Unix-based operating sys…
Introduction to HTML What is HTML ? • Hyper Text Markup Language • It is NOT a programming language • It is used to create web pages and documents Tag Syntax How do we write HTML tags? • Elements names are surrounded by angle brackets • Tag…