Giter Club home page Giter Club logo

hacktoberfest_21's Introduction

Hi My name is Samiullah

Flutter Developer

  • ๐ŸŒย  I'm based in Karachi, Pakistan
  • โœ‰๏ธย  You can contact me at [email protected]
  • ๐Ÿง ย  I'm learning Flutter State Management and API Integration

Skills

Kotlin Dart Material UI MySQL Flutter

Socials

Badges

My GitHub Stats

Samiullah-Kalhoro's GitHub stats

GitHub Commits Graph

hacktoberfest_21's People

Contributors

aayushibajpai avatar ak84349 avatar ameya-1 avatar ashishshukla09 avatar avinashluhana avatar ayush-patel-78 avatar babarme avatar dip14-j avatar fatimayousif avatar hadibuttt avatar hadviad0x15 avatar harshit-poddar90 avatar kasyap1234 avatar mubiibm avatar mzubair21 avatar p-24-b avatar pavankumar1597 avatar rishitagangwal avatar rukhsar-nisar-17 avatar sakshi11-nj avatar samiullah-kalhoro avatar saugat-rimal avatar saurabh-suchak avatar snehadaripa avatar umi000 avatar vishwasluhana avatar yash9460 avatar yasir36 avatar yuvraj102 avatar zohaib-sathio avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

hacktoberfest_21's Issues

Write a function

An extra day is added to the calendar almost every four years as February 29, and the day is called a leap day. It corrects the calendar for the fact that our planet takes approximately 365.25 days to orbit the sun. A leap year contains a leap day.

In the Gregorian calendar, three conditions are used to identify leap years:

The year can be evenly divided by 4, is a leap year, unless:
The year can be evenly divided by 100, it is NOT a leap year, unless:
The year is also evenly divisible by 400. Then it is a leap year.
This means that in the Gregorian calendar, the years 2000 and 2400 are leap years, while 1800, 1900, 2100, 2200, 2300 and 2500 are NOT leap years. Source

What's Your Name?

You are given the firstname and lastname of a person on two different lines. Your task is to read them and print the following:

Hello firstname lastname! You just delved into python.

Function Description

Complete the print_full_name function in the editor below.

print_full_name has the following parameters:

string first: the first name
string last: the last name

Find a string

In this challenge, the user enters a string and a substring. You have to print the number of times that the substring occurs in the given string. String traversal will take place from left to right, not from right to left.

NOTE: String letters are case-sensitive

Finding the percentage

The provided code stub will read in a dictionary containing key/value pairs of name:[marks] for a list of students. Print the average of the marks array for the student name provided, showing 2 places after the decimal.

Add code of conduct

Adding code of conduct to this repo makes this repo look good.
Assign me this issue and I will make a PR for this issue ๐Ÿ˜Š

Python: Division

The provided code stub reads two integers, and , from STDIN.

Add logic to print two lines. The first line should contain the result of integer division, // . The second line should contain the result of float division a/b

No rounding or formatting is necessary.

Arithmetic Operators

The provided code stub reads two integers from STDIN a and b Add code to print three lines where:

The first line contains the sum of the two numbers.
The second line contains the difference of the two numbers (first - second).
The third line contains the product of the two numbers.

Python: Division

The provided code stub reads two integers a and b from STDIN.

Add logic to print two lines. The first line should contain the result of integer division a //b. The second line should contain the result of float division a /b.

No rounding or formatting is necessary.

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.