- There is no section or no subsection set for this slide.
- In the status line, there should be nothing.
In general, the short Weierstrass form is given as the formula and that's just great.
This is the long form:
While this is the short one for comparison:
if foo == "bar":
print("foo was 'bar'")
return getattr(self, "bar")
else:
print("foo was not 'bar'")
return lambda x: tuple(x, "foo", 123)
int main(int argc, char **argv) {
printf("Foo: %d -> %p\n", argc, argv);
return 0;
}
# This class is in its own file.
class Foo():
def __init__(self, moo):
self._moo = moo
@property
def moo(self):
return self._moo
$ ls / bin sbin
$ cat foo This is terminal output. It comes from a file!