Skip to content

comparing inputs(not int inputs) returns AttributeError: 'tuple' object has no attribute 'as_string' #51

@Gfdcvn

Description

@Gfdcvn

When I run in my lang
variable cart = []

variable item = usrinput()

while item != 1 then
variable cart = cart + item
variable item = intinput()
show(cart)
finish

It outputs

AttributeError: 'tuple' object has no attribute 'as_string'

What do I do?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions