Facebook
From Prisca Hope, 1 Month ago, written in Plain Text.
This paste is a reply to Activity 6 from Prisca Hope - view diff
Embed
Download Paste or View Raw
Hits: 123
  1. size (600,600);
  2. background (200);
  3.  
  4.  
  5.  for (int i=50, y=250; i>0 ; i=i+100, y=y-50){
  6.   fill (y);
  7.   rect(i,50,100,500);
  8.   }
  9.   save("avtivity61.jpg");

Replies to Activity 6 rss

Title Name Language When
Activity 7 Prisca Hope text 1 Month ago.