Untitled

 avatar
unknown
plain_text
a year ago
675 B
4
Indexable
def (0,2,4,6,8) "Parzyste K"
else 
def (1,3,5,7,9) "Nieparzyste M"
 < "Parzyste K" + "Nieparzyste M"

def table ("1" "2" "3" "4" "5" "6" "7" "8" "9" "10")
def text type ("A" "B" "C" "D" "E" "F" "G" "H" "I" "J")
1/1 2/3 3/7 4/9 5/1 6/3 7/7 8/9 9/1 10/3

Missing closing ')' in expression.
+ def text type ("A" "B" "C" "D" "E" "F" "G" "H" "I" "J")
Unexpected token ')' in expression or statement.
    + CategoryInfo          : ParserError: (:) [], ParentContainsErrorRecordException
    + FullyQualifiedErrorId : RedirectionNotSupported

print (Płeć na  podstawie wpisanego numeru pesel to K)  
else
print (Płeć na podstawie  wpisanego numeru pesel to M)
Editor is loading...
Leave a Comment