Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #197770
| Path | csiph.com!eternal-september.org!feeder.eternal-september.org!nntp.eternal-september.org!newsgrouper.org!.POSTED!not-for-mail |
|---|---|
| From | HenHanna@NewsGrouper <user4055@newsgrouper.org.invalid> |
| Newsgroups | rec.puzzles, comp.lang.python, comp.lang.lisp, comp.lang.scheme |
| Subject | (let ((myLoc 50) (fenceLoc 100)) (dotimes (Distance 0 101) (if (Distance > fenceLoc) ...)) |
| Date | Sun, 26 Apr 2026 23:56:16 GMT |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8 |
| Content-Transfer-Encoding | 8bit |
| Message-ID | <1777247776-4055@newsgrouper.org> (permalink) |
| Injection-Info | newsgrouper.org; mail-complaints-to="newsgrouper@yahoo.com"; posting-account=user4055 |
| Injection-Date | Sun, 26 Apr 2026 23:56:16 GMT |
| User-Agent | Newsgrouper/0.9.0 |
| Xref | csiph.com rec.puzzles:27737 comp.lang.python:197770 comp.lang.lisp:60780 comp.lang.scheme:6585 |
Cross-posted to 4 groups.
Show key headers only | View raw
(This is good -- Let's have more!)
(let ((myLoc 50) (fenceLoc 100))
(dotimes (Distance 0 101)
(if (Distance > fenceLoc)
.....))
_________________________
Begin
yourLocation = 50
fenceLocation = 100
For Each BladeOfGrass
{
If itsLocation > 100
Then itsColor = #009900
Else itsColor = #007700
}
End
Back to comp.lang.python | Previous | Next | Find similar
(let ((myLoc 50) (fenceLoc 100)) (dotimes (Distance 0 101) (if (Distance > fenceLoc) ...)) HenHanna@NewsGrouper <user4055@newsgrouper.org.invalid> - 2026-04-26 23:56 +0000
csiph-web