Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Password checking
Post: Password checking

I am making a program to check if a password is atleast 8 characters long, has atleast 1 special character, has atleast 1 number and atleast 1 capital letter.    password = eval(input("Please enter ...
nzieno General Coding Help 7 8,265 Oct-11-2016, 11:27 PM
    Thread: Homework help
Post: RE: Homework help

Could anybody throw together a working program with what I have given to see if that will even work. I just tried on my desktop as well and still the same exact error
nzieno Homework 11 11,039 Oct-07-2016, 11:44 PM
    Thread: Homework help
Post: RE: Homework help

haha I guess not then I am still trying to import a module from my original question but it just does not want to work
nzieno Homework 11 11,039 Oct-07-2016, 08:26 PM
    Thread: Homework help
Post: RE: Homework help

got it to run import sys, turtle sys.path.append("/Users/nickzieno/Desktop/Compute\ Angles\ Redux/UsefulT") Will I be able to use this correctly?
nzieno Homework 11 11,039 Oct-07-2016, 06:14 PM
    Thread: Homework help
Post: RE: Homework help

I get a syntax error. I copy and pasted what you had  Error:Syntax Error: utf.drawLine(....): <string>, line 5, pos 18
nzieno Homework 11 11,039 Oct-07-2016, 05:53 PM
    Thread: Homework help
Post: Homework help

So my issue is this we have started using functions and the module we are supposed to import does not import its from a zip file for examples from the book they all run fine when they are opened by th...
nzieno Homework 11 11,039 Oct-07-2016, 04:00 PM
    Thread: Simplify a program using functions
Post: RE: Simplify a program using functions

  import turtle def DrawRing(x = -110, y = -25, color = "blue"  , width = 2, radius = 45):     turtle.color(color)     turtle.penup()     turtle.goto(x, y - radius)     turtle.pendown()     turtle.p...
nzieno Homework 8 9,872 Oct-06-2016, 03:57 PM
    Thread: Simplify a program using functions
Post: RE: Simplify a program using functions

I actually ended up getting it about 20 minutes after I posted this. But thats for getting back to me so promptly
nzieno Homework 8 9,872 Oct-05-2016, 08:07 PM
    Thread: Simplify a program using functions
Post: RE: Simplify a program using functions

 import turtle def DrawRing(x = -110, y = -25, color = "blue" , width = 2, radius = 45):     end = ''      color = "blue" radius = 45 width = 2 x = -110 y = -25 turtle.color(color) turtle.penup() tu...
nzieno Homework 8 9,872 Oct-05-2016, 03:18 PM
    Thread: Simplify a program using functions
Post: Simplify a program using functions

Define the function [b]drawRing(x, y, radius, width, color)[/b], which draws a circle centered at (x,y) of the radius, width and color passed as arguments to this function. Create a new version of the...
nzieno Homework 8 9,872 Oct-05-2016, 02:52 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020