Step 1: Learn HTML & CSS
Step 2: Learn Java Script
Step 3: Learn React, Node JS
Step 4: MySql
Step 5: MongoDB
Step 6: Git Commands
Step 7: Build Projects & Push on GitHub
Step 8: Practice, Practice & Practice
Step 2: Learn Java Script
Step 3: Learn React, Node JS
Step 4: MySql
Step 5: MongoDB
Step 6: Git Commands
Step 7: Build Projects & Push on GitHub
Step 8: Practice, Practice & Practice
What wil be the output of the
following Python code?
print("abc. DEF".capitalize() )
following Python code?
print("abc. DEF".capitalize() )
Anonymous Quiz
9%
Abc. def
7%
abc. def
15%
Abc. Def
69%
ABC. DEF
Create Graphical User Interfaces with Python (1).pdf
11.3 MB
β
Book : Create Graphical User Interfaces with Python β How to build windows, buttons, and widgets for your Python projects
β Download now π
β Download now π
Which of the following is the
truncation division operator in
Python?
truncation division operator in
Python?
Anonymous Quiz
33%
/
40%
//
14%
|
14%
%
This media is not supported in your browser
VIEW IN TELEGRAM
Free Python projects.ππ
https://linktr.ee/codehub
https://linktr.ee/codehub
Which of the following is not a core
data type in Python programming?
data type in Python programming?
Anonymous Quiz
15%
Tuples
7%
Lists
62%
Class
15%
Dictionary
To add a new element to a list we use
which Python command?
which Python command?
Anonymous Quiz
6%
list1.addEnd(5)
6%
list1.addLast(5)
70%
list1.append(5)
18%
list1.add(5)
React and React Native with free pdf downloadπhttps://techprogramer.com/
What are the two main types of
functions in Python?
functions in Python?
Anonymous Quiz
6%
System function
3%
Custom function
88%
Built-in function & User defined function
2%
User function