Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to not print Hello World

function thingthingprintprint()
  b = a
  c = b
  d = c
  if d == a then
    e = d
  end
  print(e)
end
function printprint(thingprint)
  thingprint_two = thingprint
  thingprint_three = thingprint_two
  if thingprint_three == 'Hello World!' then
    thingthingthing = 'Hello World!'
  end
  do
    local thingthingthing_two = thingthingthing
    thingthingthing_three = thingthingthing_two
  end
  a = thingthingthing_three
  thingthingprintprint()
end
printprint('Hello World!')
Source by www.programiz.com #
 
PREVIOUS NEXT
Tagged: #print #Hello #World
ADD COMMENT
Topic
Name
7+4 =