photo

ElPerroVerde


Last seen: mer än ett år ago Active since 2020

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
Odd and even numbers
You can divide the numer by 2 and see if there's any decimal. I use this. if floor(n/2)==n/2 % code for even els...

ungefär 4 år ago | 3

Question


How can I replace an inline function with a anonymous function?
Usually when I used to work with inline functions I was able to call the formula from a variable. For example: a=input('Insert...

ungefär 4 år ago | 1 answer | 0

1

answer