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
π47π32β€28π₯°6π€5π1
  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
      
    π28π4β€2π₯°2
  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 π
π15π3
  Which of the following is the
truncation division operator in
Python?
  truncation division operator in
Python?
Anonymous Quiz
    33%
    /
      
    40%
    //
      
    14%
    |
      
    14%
    %
      
    π₯°25π8π’4π3β€2π€1
  This media is not supported in your browser
    VIEW IN TELEGRAM
  Free Python projects.ππ
https://linktr.ee/codehub
https://linktr.ee/codehub
π17β€2
  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
      
    π26π₯°5π5β€1
  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)
      
    π11π₯°5π₯1
  