Talk:Farhan Syahputra Derajat
Revision as of 13:30, 20 February 2019 by Farhan Syahputra Derajat (talk | contribs)
Python 3.7.1 (v3.7.1:260ec2c36a, Oct 20 2018, 14:05:16) [MSC v.1915 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license()" for more information. >>> print ('TUGAS METNUM') print ('misalkan terdapat persamaan linier dua variable \n ax+by=c \n px+qy=r') a= float(input('nilai a=')) b= float(input('nilai b=')) c= float(input('nilai c=')) p= float(input('nilai p=')) q= float(input('nilai q=')) r= float(input('nilai r='))