Which method can be used to convert a string to lowercase in Python?
Anonymous Quiz
9%
downcase()
37%
to_lowercase()
54%
lower()
π2π€©2
Which keyword is used to prevent any changes to a variable in C++?
Anonymous Quiz
30%
immutable
47%
const
23%
final
π1
Which of the following is a correct way to declare a pointer in C++?
Anonymous Quiz
56%
int *ptr;
26%
int ptr*;
18%
int ptr;
β€1π1
β€1π1
What is the purpose of the isNaN function in Javascript?
Anonymous Quiz
38%
To check if a variable is null
12%
To check if a variable is an array
50%
To check if a variable is not a number
π2π₯1
HTML and CSS project ideas π₯
π―Portfolio Website
π―Product Landing Page
π―Profile Card
π―Responsive Pricing Table
π―FAQ Page
π―Login/Signup Form
π―Blog Template
π―CV/Resume
π―E-commerce Product Grid
π―Weather App Interface
π―Event Countdown Timer
π―Travel Destination Page
#techinfo
π―Portfolio Website
π―Product Landing Page
π―Profile Card
π―Responsive Pricing Table
π―FAQ Page
π―Login/Signup Form
π―Blog Template
π―CV/Resume
π―E-commerce Product Grid
π―Weather App Interface
π―Event Countdown Timer
π―Travel Destination Page
#techinfo
π4π₯3β€1π₯°1π1
Pip Cheatsheet (Python)-1.pdf
105.5 KB
Free Pip Cheatsheetππ¨π»βπ» #resources
π2π₯°1π1π€―1
FREE 3d illustration sites for your projectsπ₯
π― Freepik - freepik.com
π― Handz - handz.design
π― Isometriclove - isometriclove.com
π― ShapeFest - shapefest.com
π― 3D Icons - 3dicons.co
π― Iconscout - iconscout.com
π― Humaaans - humaaans.com
π― Icons8 - icons8.com
#techinfo
π― Freepik - freepik.com
π― Handz - handz.design
π― Isometriclove - isometriclove.com
π― ShapeFest - shapefest.com
π― 3D Icons - 3dicons.co
π― Iconscout - iconscout.com
π― Humaaans - humaaans.com
π― Icons8 - icons8.com
#techinfo
π3π₯2
Python Programming Quizππ¨π»βπ»
#quiz
#quiz
π₯2β€1
How do you check the type of an object in Python?
Anonymous Quiz
30%
typeOf()
51%
type()
20%
typeof()
π2β€1
Which of the following keywords is used to create a class in Python?
Anonymous Quiz
72%
class
16%
object
12%
create
π4π₯1
What will the "len()" function return when called on a list?
Anonymous Quiz
11%
The sum of all numeric elements
34%
The size of each element in the list
55%
Number of elements in the list
π4β€1
Which of the following is used to handle exceptions in Python?
Anonymous Quiz
17%
catch...error
50%
try...catch
33%
try...except
β€3π2
Which of these can be used to create an infinite loop in Python?
Anonymous Quiz
24%
for
54%
while
22%
loop
π₯3β‘1
π₯2π1
Which of these keywords can be used to exit a loop in Python?
Anonymous Quiz
70%
break
10%
stop
20%
exit
π3π2π₯1
What Is An API? β¬οΈ
An API (Application Programming Interface) is a set of rules that allows different software applications to communicate with each other. It enables developers to use predefined functions to interact with software features without needing to understand the underlying code. APIs are commonly used to integrate different systems, like connecting a payment gateway to an e-commerce site or retrieving data from a web service.
#techinfo
An API (Application Programming Interface) is a set of rules that allows different software applications to communicate with each other. It enables developers to use predefined functions to interact with software features without needing to understand the underlying code. APIs are commonly used to integrate different systems, like connecting a payment gateway to an e-commerce site or retrieving data from a web service.
#techinfo
π₯7π3β€2