Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG SOLVE ONCE AGAIN #73

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sarnavoss
Copy link

What was the bug?
type compatibility for following:

name: str
sed_model: str
medical_degree: str
mcat_score: UInt64
residency_training: bool
medical_license: bool

How did you fix the bug?
Replaced the parameter types with the corresponding ARC4 types.

name: arc4.String
used_model: arc4.String
medical_degree: arc4.String
mcat_score: arc4.UInt64
residency_training: arc4.Bool
medical_license: arc4.Bool

Console Screenshot:
Screenshot (27)

@iskysun96 iskysun96 added the Approved ✅ Successfully completed the challenge! label May 16, 2024
@iskysun96
Copy link
Contributor

🎉 Congrats on solving the 4th Algorand Python Coding Challenge!

I have labeled your PR approved, so you can now claim your certificate.

You can claim your certificate of completion NFT here:
https://goplausible.xyz/claim/ef5704v2qwccdxhczy2q9xrapp23gh3sxm0gqc3gjya321kvqvm3nenmkqagy123nwcmf19q16fkcecs3157qyxd9fzye5pb2579000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Approved ✅ Successfully completed the challenge!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants