Skip to content

Something wrong with converting input() in python to os.input() in V #9

@Ccode-lang

Description

@Ccode-lang

used py code

inp = input(">> ")
print(inp)

and got output v

mut inp := input('>> ')
println(inp)

"input()" in output should be os.input()

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions