gt;
> Thankyou!
>
> Chris
> Sent via BlackBerry by AT&T
>
>
>
My first time answering the list!!! (sorry for this outburst!)
>From my limited knowledge your if/else statement is correct BUT your print
should start with lower caps, that's why it's not working.
You
tp://code.google.com/p/spyderlib/
It was previously known as Pydee and has lot's of features that I, as a
beginner, find good, like the calltips, function browser, console, online
help... and so on!
Best regards!
Joaquim Santos
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor
lling to find
out by searching a list/web instead of trying out by themselves...
they are going to find it!
Cheers!
2012/1/5 Robert Sjoblom :
> On 5 January 2012 19:41, Joaquim Santos wrote:
>> Hi List!
> [...]
>> This is my script (I know that I only verify a small range b
e -= 26
newLetter = chr(asciiValue)
textTranslated.append(newLetter)
joinedText = ''.join(textTranslated)
return joinedText
text = 'g fmnc wms bgblr rpylqjyrc gr zw fylb'
a = decrypt(text, 2)
print a
and this is the end result:
i hope you didnt transl
before not using Plain text!
Joaquim Santos
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor
Hi again list!
I've been trying to implement the feedback I got. So far, I removed the
print statements from the function, limited the range (just for the z at
the moment) and tried to get all printing in one or two lines... but
without success...
I don't know if I'm doing the join as it should...
ules and
stuff to install and print it out but no printed online version? You can
find for other languages, so where is the one for Python?
I know I could install the said modules/scripts but I just think this
should also be somewhere...
--
Joaquim Santos
http://js-vfx.com
<h
o
w
"
{
p
p
l
y
"
o
n
"
t
h
e
"
u
r
l
- How can I make this "Human readable"? ... Print the letters in just one
(or more) lines and maybe replace the " for spaces (This one I suppose it
could/should be done with whitespaces() or just making a loop to check