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

solved-4 #60

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

Conversation

chshashank404
Copy link

Algorand Coding Challenge Submission

What was the bug?

bool is not a datatype
How did you fix the bug?

@arc4.baremethod(allow_actions=["OptIn"])
def opt_in(self) -> None:
self.ai_info[Txn.sender] = AiInfo(
name=arc4.String(""),
used_model=arc4.String(""),
medical_degree=arc4.String(""),
mcat_score=arc4.UInt64(0),
residency_training=arc4.Bool(False),
medical_license=arc4.Bool(False),
)

Console Screenshot:
image

@iskysun96 iskysun96 added the Approved ✅ Successfully completed the challenge! label May 7, 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