Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.26 KB

1_1.md

File metadata and controls

50 lines (34 loc) · 1.26 KB

Basic questions for core python Home

Total number of questions 5

Note :-
You will find your hint under Hint section solution under Solution section and explanation under Explanaton section.

Ground level questions

  1. Print your name using python.

    1. Hint
    2. Solution
    3. Explanation
  2. Print your name using variable in python.

    1. Hint
    2. Solution
    3. Explanation
  3. Print your name and age using python.

    1. Hint
    2. Solution
    3. Explanation
  4. Print your name and age using variable in python.

    1. Hint
    2. Solution
    3. Explanation

More questions will added soon