halp
Assume that the grader defines two variables A and B for you. Write a program which prints out the value
min(A, B )
However, there is a catch: your program is not allowed to use the min function. Instead, use max in a clever way to simulate min.
im stumped qq
e/ print(max(-A,-B)*-1)
figured it out
This post was edited by lilpsychokilla on Oct 17 2012 12:26am