Giter VIP home page Giter VIP logo

Ibrahim Aliyu's Projects

voostech-excercise icon voostech-excercise

Exercise 1: Basics Write a Python program that takes the name of the user as an input and prints "Hello, user-name". Write a Python program to determine the grade of a student in a course given his/her score using if, el-if and else statements. (70-100=A, 60-69=B, 50-59=C, 40-49=D, <40=F). Modify the program in (2) to print the full meaning of each grade point as follows (A=Excellent, B=Very good, C=Good, D=Pass and F= Fail). Write a program to print all even numbers between 1 and 100 using: while and for loop Modify the program in (4) to store the even numbers in a list. Print the content of the list created in (5) using: while and for statements. Extract the logic for printing the content of the list in (6) into a separate function. Call the function from your main method/function. Write a function that received 3 arguments. Adds up the first two arguments and store the result in the 3rd argument. Explore the concept of mutable and immutable types. Print the result of the addition inside the main method. Write a program to create and print the content of a 2x2 matrix using for and while loop. Write a program to perform matrix addition of 2 square matrices (use 2x2 matrices for simplicity)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.