Difference between revisions of "Talk:Farhan Syahputra Derajat"

From ccitonlinewiki
Jump to: navigation, search
(Created page with "absen")
 
Line 1: Line 1:
absen
+
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='))

Revision as of 13:30, 20 February 2019

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='))