Find Jobs
Hire Freelancers

python codwars (quick pay!!! & 5 stars!!!)

$10-30 USD

Fermé
Publié il y a plus de 3 ans

$10-30 USD

Payé lors de la livraison
There is hope you can give your “best” price; as being " un-employed " my funds are low but will pay quick and leave 5 stars. Please note there is hope we can mutually complete this task; we can leave each other nice comments and 5 stars for each? Please note project is due in two hours as this projects deadline, as this is needed asap from the time we start. Working on [login to view URL] and trying to just learn to do better with it? Can you help me with 3 of the problems and only three for a reasonable $12 ? is that ok? Here is the first simple problem ------------------------------------------------------------ This code does not execute properly. Try to figure out why. def multiply(a, b): a * b
N° de projet : 28781961

Concernant le projet

29 propositions
Projet à distance
Actif à il y a 3 ans

Cherchez-vous à gagner de l'argent ?

Avantages de faire une offre sur Freelancer

Fixez votre budget et vos délais
Soyez payé pour votre travail
Surlignez votre proposition
Il est gratuit de s'inscrire et de faire des offres sur des travaux
29 freelances proposent en moyenne $12 USD pour ce travail
Avatar de l'utilisateur
Hello there, I am an expert python developer and ML Engineer. I can help you with your python problems. just add "return a*b" instead of just "a*b" Looking forward to talking to you and help you with the rest of problems. Thanks
$12 USD en 1 jour
5,0 (25 commentaires)
4,5
4,5
Avatar de l'utilisateur
i have read the requirements and have understood the goal is simple and doesn't need much effort and you don't have much money.
$12 USD en 1 jour
4,9 (14 commentaires)
4,5
4,5
Avatar de l'utilisateur
hello sir I can do it in 30 min using python with full comments Message me so I can do it right now solution to sample def multiply(a, b): return a * b
$10 USD en 1 jour
5,0 (13 commentaires)
4,1
4,1
Avatar de l'utilisateur
I can help you with your codewars problems. I’m available right now. Let’s chat to discuss more. I’m a software developer with specialisation in python programming.
$12 USD en 1 jour
5,0 (12 commentaires)
3,9
3,9
Avatar de l'utilisateur
Hello there. I can help you solve this problem. Kindly contact me and lets do this quickly. Ready to start.
$12 USD en 1 jour
5,0 (11 commentaires)
3,5
3,5
Avatar de l'utilisateur
Hello, Your project description is incomplete. Please message me with your full requirements. Thank you!
$12 USD en 1 jour
5,0 (5 commentaires)
3,1
3,1
Avatar de l'utilisateur
Hi Python is my major skill so I feel confident I can complete your project perfectly. Looking forward to hearing from you. Best Regards. Lucas
$12 USD en 1 jour
4,9 (8 commentaires)
3,2
3,2
Avatar de l'utilisateur
Let's do it ;) I also do competitive Programming at times. Share all 3 problems. Contact for more details. . . . Thank you..
$10 USD en 1 jour
3,8 (3 commentaires)
1,4
1,4
Avatar de l'utilisateur
Hi, I am a senior at Stony Brook University and I currently have a 3.6 GPA. These are my relevant coursework: Data structures, system fundamentals I, intro to theory of computation, programming abstractions, technical communication, software development, principles of database systems, computer networks I have also received an A in analysis of algorithms (recurrence, graph traversals, greedy algorithms, divide and conquer, dynamic programming, network flows, and approximation algorithms). The skills I have that I can assist you with are: Java, MIPS Assembly, React, MongoDB, Node.js, OCaml, Javascript, HTML, JSON, Python, SQL, Git, Microsoft Excel, R, Latex. Furthermore, you are only missing a return statement in your posted problem.
$10 USD en 1 jour
5,0 (1 commentaire)
1,1
1,1
Avatar de l'utilisateur
hi, contact me so that I can start immediatly, the problem with your code is it does not have return statement so the right way will be: def multiply(a,b): return a*b and use it later: prod = multiply(10,3) print(prod) # answer will be 30
$11 USD en 1 jour
0,0 (0 commentaires)
0,0
0,0
Avatar de l'utilisateur
I can help you right now. Just contact me I can answer and explain questions to you. Feel free to contact me before.
$12 USD en 1 jour
0,0 (0 commentaires)
0,0
0,0
Avatar de l'utilisateur
I'll demonstrate that i can solve the first one. The problem with your code is that it doesn't change anything and doesn't return anything it just multiplies two numbers but the result is not recorded. A good solutions for this would be to: def multiply(a,b): return a * b //don't forget to indent but sadly i can't do that in this text this creates a new variable that is the product of a and b Accept my proposal and i'll help you solve the remaining two problems.
$12 USD en 1 jour
0,0 (0 commentaires)
0,0
0,0
Avatar de l'utilisateur
Hey I am Akshit Madan. I can help you with these problems in 10 min as I am myself a competitive coder and solved these problems. Looking forward to work with you. Thanks a lot
$10 USD en 1 jour
0,0 (0 commentaires)
0,0
0,0
Avatar de l'utilisateur
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
$20 USD en 7 jours
0,0 (0 commentaires)
0,0
0,0
Avatar de l'utilisateur
hello! do u mean u need help to find bug in such python function? if yes, i can help. thank u for your time.
$10 USD en 7 jours
0,0 (0 commentaires)
0,0
0,0
Avatar de l'utilisateur
I can help you with python problems, i know a lot of python. I use python for competiting programming (ICPC) and i know how to do the logic in a program specifically with python 3
$20 USD en 7 jours
0,0 (0 commentaires)
0,0
0,0
Avatar de l'utilisateur
I do for you three problems. 12$ for three problems, whatever you want. In some hours i gave to you the answers
$12 USD en 1 jour
0,0 (0 commentaires)
0,2
0,2
Avatar de l'utilisateur
You need to return a * b, making the code def multiply(a, b): return a * b we can make it recursion too by using reptead addition, def multiply(a, b, product): if a == 0: return product else: return multiply(a-1, b, product + b) To call it, multiply(5, 3, 0) It will return 15.
$20 USD en 1 jour
0,0 (0 commentaires)
0,0
0,0
Avatar de l'utilisateur
I will be glad to help you if the complexity of the problems is like that one in example! Keep in touch!
$10 USD en 1 jour
0,0 (0 commentaires)
0,0
0,0
Avatar de l'utilisateur
I AM NEW FREELANCER. EVEN THOUGH IF YOU ARE NOT GIVING ME THE WORK PLEASE LET ME TRY AT FREE OF COSTS. I JUST WANT TO LEARN STUFFS
$10 USD en 1 jour
0,0 (0 commentaires)
0,0
0,0

À propos du client

Drapeau de UNITED STATES
Lyndhurst, United States
5,0
329
Méthode de paiement vérifiée
Membre depuis sept. 14, 2013

Vérification du client

Merci ! Nous vous avons envoyé un lien par e-mail afin de réclamer votre crédit gratuit.
Une erreur a eu lieu lors de l'envoi de votre e-mail. Veuillez réessayer.
Utilisateurs enregistrés Total des travaux publiés
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Chargement de l'aperçu
Permission donnée pour la géolocalisation.
Votre session de connexion a expiré et vous avez été déconnecté. Veuillez vous connecter à nouveau.